Opened 19 years ago

Closed 19 years ago

#3124 closed defect (fixed)

BUG: fortune doesn't compile on 10.4

Reported by: pguyot (Paul Guyot) Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: osx@…
Port:

Description

There seems to be some problem with fortune. The patch files/patch-fortune-Makefile says: -LDADD= -lcompat +LDADD= -LXXPREFIX/lib -lcompat

and the portfile says: build.args LDADD+=-L${prefix}/lib

but -lcompat isn't passed on the command line to gcc. Removing the build.args line from the Portfile fixes the problem.

Attachments (1)

Portfile.diff (506 bytes) - added by pguyot (Paul Guyot) 19 years ago.
Fix for the problem.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 19 years ago by pguyot (Paul Guyot)

Owner: changed from darwinports-bugs@… to toby@…

Changed 19 years ago by pguyot (Paul Guyot)

Attachment: Portfile.diff added

Fix for the problem.

comment:2 Changed 19 years ago by pguyot (Paul Guyot)

dependson: 2998

comment:3 Changed 19 years ago by osx@…

Cc: osx@… added

comment:4 Changed 19 years ago by osx@…

* Bug 3154 has been marked as a duplicate of this bug. *

comment:5 Changed 19 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: newclosed

Committing the fix, it's been more than 2 months.

Note: See TracTickets for help on using tickets.