aboutsummaryrefslogtreecommitdiff
path: root/graphics/gephex/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-02-28 16:34:27 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-02-28 16:34:27 +0000
commitec171d9ff08faa3100c32d80dc33b27e5f61ef6d (patch)
tree6cffc0eddc3d27bbc7a83e58f0f5cbab98a3e81c /graphics/gephex/Makefile
parent00f85e891fdeef16976fae137a8645e2e9033c9d (diff)
downloadports-ec171d9ff08faa3100c32d80dc33b27e5f61ef6d.tar.gz
ports-ec171d9ff08faa3100c32d80dc33b27e5f61ef6d.zip
Notes
Diffstat (limited to 'graphics/gephex/Makefile')
-rw-r--r--graphics/gephex/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/gephex/Makefile b/graphics/gephex/Makefile
index a80e0d72e372..7b3e8d14f014 100644
--- a/graphics/gephex/Makefile
+++ b/graphics/gephex/Makefile
@@ -30,6 +30,7 @@ WANT_SDL= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME}-${PORTVERSION:R}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[[:alpha:]]//g}
+ONLY_FOR_ARCHS= i386
MAN1= gephex-engine.1 gephex-gui.1 gephex.1
@@ -172,11 +173,4 @@ post-patch:
${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e 's|%%PORTDOCS%%|${DO_DOCS}|' ${WRKSRC}/Makefile.am
-# Compile contents of static libs with PIC, as they can be used in dynamic ones
-.if !empty(ARCH:M*64)
- @(${FIND} -X ${WRKSRC} -name Makefile.am \! -regex '.*cpuinfo.*' | \
- ${XARGS} ${REINPLACE_CMD} -E -e \
- "/^lib[[:alnum:]]+_a_SOURCES.*$$/{ h; s//AM_CFLAGS = -DPIC -fPIC/; G;}")
-.endif
-
.include <bsd.port.post.mk>