diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-07-30 19:50:54 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-07-30 19:50:54 +0000 |
commit | 47a52c1493ede807ad72503642aee7b808314934 (patch) | |
tree | f66d7a94cc8470a95ed582cfbdb296e0511ca4e4 /lang/librep | |
parent | 9b494490e7042fc18ce3ea7d83b4d47653026c08 (diff) |
Notes
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index d4c455e30c64..6ee4a61c9ff1 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -18,13 +18,16 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ gmp.10:${PORTSDIR}/math/gmp RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar +USE_CSTD= c89 + USE_XZ= yes USE_GNOME= gnomehack USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal +CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ + --with-stack-direction=-1 USE_LDCONFIG= yes MANCOMPRESSED= yes |