diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 17:12:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 17:12:41 +0000 |
commit | fb62fa5b100369ef8357afd2cef36f13ef4b7c8b (patch) | |
tree | c5ba29396aa56a18d8849eeee4cac87d2fb9c966 | |
parent | b40a9298b96b50892624dbaba0aeaa82c3d79d78 (diff) |
Notes
-rw-r--r-- | devel/bennugd-core/Makefile | 1 | ||||
-rw-r--r-- | devel/libburn/Makefile | 1 | ||||
-rw-r--r-- | devel/libevent2/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/devel/bennugd-core/Makefile b/devel/bennugd-core/Makefile index b924b3a61467..f2f11372c465 100644 --- a/devel/bennugd-core/Makefile +++ b/devel/bennugd-core/Makefile @@ -20,6 +20,7 @@ MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/libexec" SUB_FILES= bgdc bgdi USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= Segfaults on !i386 diff --git a/devel/libburn/Makefile b/devel/libburn/Makefile index 5a0db9f31318..c33b2995debe 100644 --- a/devel/libburn/Makefile +++ b/devel/libburn/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.pl01 MAINTAINER= shuvaev@physik.uni-wuerzburg.de COMMENT= Libburnia library to read/write optical discs +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile index c92511b3c56a..ed461030d7b9 100644 --- a/devel/libevent2/Makefile +++ b/devel/libevent2/Makefile @@ -17,6 +17,7 @@ COMMENT= API for executing callback functions on events or timeouts LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE +WITH_FBSD10_FIX=yes USE_GNOME= lthack GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/event2 |