diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 18:27:39 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 18:27:39 +0000 |
commit | 552a739e2bdf5acbf7053acbb9d908e5798bfcea (patch) | |
tree | 22cf491bc61bc0c56f0e8acec8d5ea6cd9af7b6f /x11-wm/golem | |
parent | c7bd6bf0ec789ca8b9897cf4643f288a9784cd84 (diff) | |
download | ports-552a739e2bdf5acbf7053acbb9d908e5798bfcea.tar.gz ports-552a739e2bdf5acbf7053acbb9d908e5798bfcea.zip |
Notes
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> |