diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 15:20:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 15:20:16 +0800 |
commit | ceb26a3e98549164ff8e0c68ee25a39b28584394 (patch) | |
tree | 90efd1e9a019a2e0588482bab89c68a519a7fce8 /math/mpc | |
parent | 4329ce27057cc548043e1f91837b194cc2642beb (diff) | |
download | freebsd-ports-gnome-ceb26a3e98549164ff8e0c68ee25a39b28584394.tar.gz freebsd-ports-gnome-ceb26a3e98549164ff8e0c68ee25a39b28584394.tar.zst freebsd-ports-gnome-ceb26a3e98549164ff8e0c68ee25a39b28584394.zip |
- Fix build on FreeBSD 10
Reported by: pointyhat
Diffstat (limited to 'math/mpc')
-rw-r--r-- | math/mpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 0022e795a57e..89ab899ab909 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ --with-mpfr=${LOCALBASE} USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes INFO= mpc PLIST_FILES= include/mpc.h \ lib/libmpc.a lib/libmpc.la lib/libmpc.so lib/libmpc.so.2 |