aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-02-10 02:53:12 +0800
committerMark Linimon <linimon@FreeBSD.org>2017-02-10 02:53:12 +0800
commit9c19df593a82f27525bddda97946febd7e1fbb3e (patch)
treebe5801b4b385a04c75cc1baf3b06a46cc4f893e5 /x11-wm
parent94cfddd88b5504163425ef7d62dc9066c0967772 (diff)
downloadfreebsd-ports-gnome-9c19df593a82f27525bddda97946febd7e1fbb3e.tar.gz
freebsd-ports-gnome-9c19df593a82f27525bddda97946febd7e1fbb3e.tar.zst
freebsd-ports-gnome-9c19df593a82f27525bddda97946febd7e1fbb3e.zip
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
index 9784e31b2cda..684572ed632e 100644
--- a/x11-wm/fvwm/Makefile
+++ b/x11-wm/fvwm/Makefile
@@ -14,6 +14,8 @@ COMMENT= Fvwm window manager
USES= imake
USE_XORG= xbitmaps xpm xext x11 xmu
+CFLAGS_aarch64= -fPIC
+
pre-configure:
${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \