#17545 closed defect (fixed)
Afterstep fails to build
Reported by: | jeremyhu (Jeremy Huddleston Sequoia) | Owned by: | waqar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | waqar@… | |
Port: | afterstep |
Description
It can't find the freetype headers because of the incorrect --with-ttf-includes configure option.
Index: Portfile =================================================================== --- Portfile (revision 42954) +++ Portfile (working copy) @@ -25,23 +25,28 @@ depends_build port:pkgconfig -depends_lib lib:libX11.6:XFree86 port:jpeg port:libpng \ - port:freetype port:tiff port:libungif port:gtk2 \ - port:librsvg +depends_lib \ + lib:libX11.6:xorg-libX11 \ + lib:libXdmcp.6:xorg-libXdmcp \ + lib:libXext.6:xorg-libXext \ + lib:libXinerama.1:xorg-libXinerama \ + lib:libXrender.1:xrender \ + port:fontconfig \ + port:freetype \ + port:libpng \ + port:jpeg \ + port:tiff \ + port:libungif \ + port:gtk2 \ + port:librsvg configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --enable-i18n --with-ungif --with-x \ - --with-svg \ - --with-gif-includes=${prefix}/include \ - --with-tiff-includes=${prefix}/include \ - --with-jpeg-includes=${prefix}/include \ - --with-png-includes=${prefix}/include \ - --with-ttf-includes=${prefix}/include + --with-svg platform darwin { configure.ldflags-append "-bind_at_load" - configure.env PKG_CONFIG=${prefix}/bin/pkg-config patchfiles patch-parser.c pre-configure { reinplace "s|-rdynamic|-dynamic|g" \
Change History (2)
comment:1 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r43589