diff options
-rw-r--r-- | audio/libogg/Makefile | 1 | ||||
-rw-r--r-- | devel/libtool/Makefile | 1 | ||||
-rw-r--r-- | devel/pcre/Makefile | 1 | ||||
-rw-r--r-- | textproc/expat2/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 1e049d0e2bf..7cd03381943 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/ogg/ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library +WITH_FBSD10_FIX= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= gnomehack diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 10897389c89..09cc073a343 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -21,6 +21,7 @@ LICENSE_FILE?= ${WRKSRC}/COPYING CONFLICTS= libtool-fixed-[0-9]* +WITH_FBSD10_FIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index c0f60352b1f..fe49645ad6c 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -21,6 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE OPTIONS= JIT "Enable Just-In-Time compiling support" on +WITH_FBSD10_FIX= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 045e0087662..8c5d2437b25 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= SF MAINTAINER= kuriyama@FreeBSD.org COMMENT= XML 1.0 parser written in C +WITH_FBSD10_FIX= yes GNU_CONFIGURE= yes ALL_TARGET= default USE_LDCONFIG= yes |