diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
commit | 771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch) | |
tree | b4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /sysutils/afflib | |
parent | 582d67b410e45602807f37bf0e20fd522b31b033 (diff) |
Notes
Diffstat (limited to 'sysutils/afflib')
-rw-r--r-- | sysutils/afflib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile index 36fc8e23e336..8d572e31024e 100644 --- a/sysutils/afflib/Makefile +++ b/sysutils/afflib/Makefile @@ -24,10 +24,13 @@ USE_ICONV = yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 CONFIGURE_ARGS= --enable-s3=yes CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \ LDFLAGS='${PTHREAD_LIBS}' CFLAGS+= ${PTHREAD_LIBS} +post-patch: + @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + .include <bsd.port.mk> |