diff options
Diffstat (limited to 'x11-wm/golem')
-rw-r--r-- | x11-wm/golem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/golem/Makefile b/x11-wm/golem/Makefile index b5f73c49f1d1..9463619b9448 100644 --- a/x11-wm/golem/Makefile +++ b/x11-wm/golem/Makefile @@ -29,9 +29,11 @@ CONFIGURE_ARGS+= --enable-xinerama USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-pipe -DNDEBUG -O2" MANCOMPRESSED= yes MAN1= golem.1 +.if ${MACHINE_ARCH:L} == "amd64" +CFLAGS+= -fPIC +.endif .include <bsd.port.mk> |