Opened 19 years ago
Closed 19 years ago
#5766 closed defect (fixed)
BUG: Kaffe depends on Freetype
Reported by: | darren.bane@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Trying to install Kaffe yields the attached error. As far as I can tell, this is a Kaffe bug, something like the following lines should be in configure.ac, following the example of Gtk+2 there:
PKG_CONFIG_SOMETHING(FREETYPE2, freetype2) AC_SUBST(FREETYPE2_CFLAGS) AC_SUBST(FREETYPE2_LDFLAGS)
However, I get the impression that it's unreasonable to force a run of automake and autoconf after a patch (configure and make are ok though). With that in mind, I've just worked around the bug with the attached patch for the Kaffe Portfile.
<rant>This has all just reinforced my dislike of the GNU build system (automake, autoconf, and now pkg-config). I'd prefer mk and iffe (if you need it, which you probably don't).</rant>
Attachments (1)
Change History (2)
Changed 19 years ago by darren.bane@…
Attachment: | kaffe.patch added |
---|
comment:1 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Kaffe depends on Freetype → BUG: Kaffe depends on Freetype |
thanks, commited!
Proposed patch to lang/kaffe/Portfile