summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-28 18:27:39 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-28 18:27:39 +0000
commit552a739e2bdf5acbf7053acbb9d908e5798bfcea (patch)
tree22cf491bc61bc0c56f0e8acec8d5ea6cd9af7b6f /x11-wm
parent- install dvipdfm map file txr3.map (diff)
Respect CFLAGS. Fix build on AMD64
Reported by: bento
Notes
Notes: svn path=/head/; revision=102435
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/golem/Makefile4
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>