Opened 20 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)
Change History (6)
comment:1 Changed 20 years ago by pguyot (Paul Guyot)
Owner: | changed from darwinports-bugs@… to toby@… |
---|
Changed 20 years ago by pguyot (Paul Guyot)
Attachment: | Portfile.diff added |
---|
comment:2 Changed 20 years ago by pguyot (Paul Guyot)
dependson: | → 2998 |
---|
comment:3 Changed 20 years ago by osx@…
Cc: | osx@… added |
---|
comment:5 Changed 19 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committing the fix, it's been more than 2 months.
Note: See
TracTickets for help on using
tickets.
Fix for the problem.