diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-28 16:34:27 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-28 16:34:27 +0000 |
commit | c8a561a75f7ae63a840b29ba7b0dd0c90cf9edbb (patch) | |
tree | fc8f8e13c66c106da68805e26723b58d54317e9a /graphics/gephex | |
parent | 50043c2aeb886bd59e59bc458d36f315643346a6 (diff) | |
download | FreeBSD-ports-c8a561a75f7ae63a840b29ba7b0dd0c90cf9edbb.zip FreeBSD-ports-c8a561a75f7ae63a840b29ba7b0dd0c90cf9edbb.tar.gz |
Mark it i386 only
PR: 93936
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Approved by: portmgr (marcus)
Diffstat (limited to 'graphics/gephex')
-rw-r--r-- | graphics/gephex/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/gephex/Makefile b/graphics/gephex/Makefile index a80e0d7..7b3e8d1 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> |