aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2015-08-22 01:09:09 +0000
committerDon Lewis <truckman@FreeBSD.org>2015-08-22 01:09:09 +0000
commitca1969544572bc4afb3b5e9751b3e428fa73e452 (patch)
tree0d362f5913c17c65c291803f53e6f30d86c8056e
parentbb034c3881ca0cfb02d1bac8f1310cfb13867978 (diff)
downloadports-ca1969544572bc4afb3b5e9751b3e428fa73e452.tar.gz
ports-ca1969544572bc4afb3b5e9751b3e428fa73e452.zip
Notes
-rw-r--r--devel/mtbl/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/devel/mtbl/Makefile b/devel/mtbl/Makefile
index 217c69f06654..8d2c6276f368 100644
--- a/devel/mtbl/Makefile
+++ b/devel/mtbl/Makefile
@@ -18,16 +18,7 @@ USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
-.include <bsd.port.pre.mk>
-
-# The version of binutils in base does not understand the crc32
-# instructions used in this code on amd64. Use gcc from ports
-# to get a more capable version of binutils.
-.if (${OPSYS} == FreeBSD && ${OSVERSION} < 900000 && ${ARCH} == amd64)
-USE_GCC= yes
-.endif
-
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>