diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 14:26:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 14:26:39 +0000 |
commit | 6604d99acb271d5c1b5ba812c63e33a28165b0bc (patch) | |
tree | d100c81f6d4df8a109ba5bd8258668092d192a50 /graphics/gdk-pixbuf | |
parent | 4abd72c9076d231ac2fe3c1f753f726bdd66f9ba (diff) | |
download | ports-6604d99acb271d5c1b5ba812c63e33a28165b0bc.tar.gz ports-6604d99acb271d5c1b5ba812c63e33a28165b0bc.zip |
Notes
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 9d437738245f..657cb1086a8c 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes USE_GNOME+= gnomehack gtk12 @@ -36,4 +35,7 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} BUILD_CANVAS?= no +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + .include <bsd.port.mk> |