summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorsevan <sevan>2016-01-03 22:48:52 +0000
committersevan <sevan>2016-01-03 22:48:52 +0000
commit6e7e098fd39d7d64a504b9d2769b68eb2543d6a8 (patch)
tree447a1e8cc32ca9223f0e2356211d3d3caa23c7ee /mbone
parent2af980093ec977d68c41bb95793c1a88f178fa70 (diff)
downloadpkgsrc-6e7e098fd39d7d64a504b9d2769b68eb2543d6a8.tar.gz
Remove redundant if statement to handle linker flags on amd64.
Everything is now grouped under x86_64 and taken care of there already. Reviewed by wiz@
Diffstat (limited to 'mbone')
-rw-r--r--mbone/beacon/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mbone/beacon/Makefile b/mbone/beacon/Makefile
index 5a7ccaa122d..5d379dd7831 100644
--- a/mbone/beacon/Makefile
+++ b/mbone/beacon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/06/12 10:50:32 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/01/03 22:48:52 sevan Exp $
#
DISTNAME= beacon-1.3
@@ -27,10 +27,6 @@ SUBST_SED.conf= -e s,@prefix@/etc,${PKG_SYSCONFDIR},
CONF_FILES+= ${PREFIX}/share/examples/beacon/beacon.conf \
${PKG_SYSCONFDIR}/beacon.conf
-.if ${MACHINE_ARCH} == "amd64"
-CFLAGS+= -fPIC
-.endif
-
post-extract:
cd ${WRKSRC} && ${TAR} -zxvf common-1.2.16.tar.gz