diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 00:47:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 00:47:58 +0800 |
commit | d1575985666eafc207c60c08e0cc6b6e0e9be258 (patch) | |
tree | 819ac5710c6a505c345d3eb628b79bc7aef91ac1 /devel | |
parent | 0f82e7759ccf01f985dad8df2c786ae7eef25c41 (diff) | |
download | freebsd-ports-gnome-d1575985666eafc207c60c08e0cc6b6e0e9be258.tar.gz freebsd-ports-gnome-d1575985666eafc207c60c08e0cc6b6e0e9be258.tar.zst freebsd-ports-gnome-d1575985666eafc207c60c08e0cc6b6e0e9be258.zip |
- Fix build on FreeBSD 10
Approved by: maintainer via irc
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libcheck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile index ef3b1eb0e517..5fc71c1db0d7 100644 --- a/devel/libcheck/Makefile +++ b/devel/libcheck/Makefile @@ -15,6 +15,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A unit test framework for C GNU_CONFIGURE= yes +WITH_FBSD10_FIX= yes PLIST_SUB= CHECK_VERSION=${PORTVERSION} USE_GMAKE= yes USE_LDCONFIG= yes |