diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 16:45:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 16:45:31 +0800 |
commit | 83d025618fe694bd1d221aab0e1d7172a3805487 (patch) | |
tree | 1e5399ff100c65e79c9a358ad7188f3ada886dc7 /devel | |
parent | 132c9cc8514da2aedd6f69b9fd99a6f975cd44e6 (diff) | |
download | freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.tar.gz freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.tar.zst freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boehm-gc/Makefile | 1 | ||||
-rw-r--r-- | devel/commoncpp/Makefile | 1 | ||||
-rw-r--r-- | devel/googletest/Makefile | 1 | ||||
-rw-r--r-- | devel/oniguruma5/Makefile | 1 | ||||
-rw-r--r-- | devel/readline/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 931200dc3d54..e9884a774531 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -15,6 +15,7 @@ DISTNAME= gc-${PORTVERSION:S/.a/alpha/} MAINTAINER= ports@FreeBSD.org COMMENT= Garbage collection and memory leak detection for C and C++ +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_GNOME= gnomehack USE_LDCONFIG= yes diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index 05bfa6089db0..0b4f01423a03 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME:S/$/2/}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= GNU project portable class framework for C++ +WITH_FBSD10_FIX=yes USE_LDCONFIG= yes USE_GNOME= gnomehack USE_GMAKE= yes diff --git a/devel/googletest/Makefile b/devel/googletest/Makefile index 1ffc25daf002..98f9184d20c7 100644 --- a/devel/googletest/Makefile +++ b/devel/googletest/Makefile @@ -14,6 +14,7 @@ DISTNAME= gtest-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= A framework for writing C++ tests on a variety of platforms +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PYTHON_BUILD= yes diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile index efba9dd9e3df..7fa198b7e1af 100644 --- a/devel/oniguruma5/Makefile +++ b/devel/oniguruma5/Makefile @@ -15,6 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl +WITH_FBSD10_FIX=yes CONFLICTS= oniguruma-2.* GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/readline/Makefile b/devel/readline/Makefile index c592a5f889a9..62e9a50b4b45 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= eadler@FreeBSD.org COMMENT= A library for editing command lines as they are typed +WITH_FBSD10_FIX=yes LICENCE= GPLv3 GNU_CONFIGURE= yes USE_LDCONFIG= yes |