diff options
author | rene <rene@FreeBSD.org> | 2011-07-31 03:50:54 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-07-31 03:50:54 +0800 |
commit | afd0cf99aa4b3468f09f807aaa968a27c4ceaabe (patch) | |
tree | d158535032971416e7b8d3a546210bd57fc1c261 /lang | |
parent | b599aa293692acd6f99c0edb6f214c5ba23b1d65 (diff) | |
download | freebsd-ports-gnome-afd0cf99aa4b3468f09f807aaa968a27c4ceaabe.tar.gz freebsd-ports-gnome-afd0cf99aa4b3468f09f807aaa968a27c4ceaabe.tar.zst freebsd-ports-gnome-afd0cf99aa4b3468f09f807aaa968a27c4ceaabe.zip |
- Fix build with clang [1]
- The part to update this port to 0.92.0 of [1]
was already done as part of ports/158512
PR: ports/158564
Submitted by: Niclas Zeising
Diffstat (limited to 'lang')
-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 |