diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 18:03:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 18:03:08 +0800 |
commit | 288fe597af4428256c77f3636c4e8b6ddb769926 (patch) | |
tree | 0a231b6336322c7c2c20efcc7a32d4d9603c9bcb /science/bft | |
parent | 483772db4fda34aba4d7b3147ee32d17d9bbd6ea (diff) | |
download | freebsd-ports-graphics-288fe597af4428256c77f3636c4e8b6ddb769926.tar.gz freebsd-ports-graphics-288fe597af4428256c77f3636c4e8b6ddb769926.tar.zst freebsd-ports-graphics-288fe597af4428256c77f3636c4e8b6ddb769926.zip |
- Fix build on FreeBSD 10
Reported by: pointyhat
Diffstat (limited to 'science/bft')
-rw-r--r-- | science/bft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/bft/Makefile b/science/bft/Makefile index bdd24b49eba..05f7bd1c1d3 100644 --- a/science/bft/Makefile +++ b/science/bft/Makefile @@ -17,6 +17,7 @@ COMMENT= Code_Saturne Base Functions and Types library WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WITH_FBSD10_FIX=yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |