diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-30 01:40:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-30 01:40:45 +0800 |
commit | 54fdd25b6cec1beeb1f4f158bedbe363ff3628a2 (patch) | |
tree | b70e2b77e850f658f35bdd482042c2570082658b /archivers | |
parent | d6f07404db63b54343c3d00a1fb3c380f0ac0a52 (diff) | |
download | freebsd-ports-gnome-54fdd25b6cec1beeb1f4f158bedbe363ff3628a2.tar.gz freebsd-ports-gnome-54fdd25b6cec1beeb1f4f158bedbe363ff3628a2.tar.zst freebsd-ports-gnome-54fdd25b6cec1beeb1f4f158bedbe363ff3628a2.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 1 | ||||
-rw-r--r-- | archivers/libpar2/Makefile | 2 | ||||
-rw-r--r-- | archivers/snappy/Makefile | 1 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index f23844b61b3c..f6f59d40ec74 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -17,6 +17,7 @@ COMMENT= Library to create and read several streaming archive formats GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack libxml2 +WITH_FBSD10_FIX=yes PLIST_FILES= bin/bsdcpio \ bin/bsdtar \ diff --git a/archivers/libpar2/Makefile b/archivers/libpar2/Makefile index fdf4159c37b4..aa1954e80266 100644 --- a/archivers/libpar2/Makefile +++ b/archivers/libpar2/Makefile @@ -22,6 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes + OPTIONS= ENABLECANCEL "Enable graceful cancellation of repairs" On diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile index 55d39d68a637..16514196f28e 100644 --- a/archivers/snappy/Makefile +++ b/archivers/snappy/Makefile @@ -17,6 +17,7 @@ COMMENT= A fast compressor/decompressor library GNU_CONFIGURE= yes USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes post-patch: .if defined(NOPORTDOCS) diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 0598c09ff28d..e3d328f52c15 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost LIB_DEPENDS= explain.45:${PORTSDIR}/devel/libexplain GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes MAKE_JOBS_UNSAFE= yes |