summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2016-01-03 22:48:52 +0000
committersevan <sevan@pkgsrc.org>2016-01-03 22:48:52 +0000
commitf8e060a61a6e6a85d60b5a40468f31fdbb3aa166 (patch)
tree447a1e8cc32ca9223f0e2356211d3d3caa23c7ee /mbone
parent1df579a0b45b9e58551ec4e1f618d7476e1d1ed1 (diff)
downloadpkgsrc-f8e060a61a6e6a85d60b5a40468f31fdbb3aa166.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