diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-23 21:08:27 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-23 21:08:27 +0000 |
commit | b455170bfcb06a40ba69014a04483a043df242da (patch) | |
tree | 5a471b5844e5e00ef3ec75df96bcaaabb9dedceb /x11-wm/bbconf | |
parent | fd7a5c82986523d16a3887db71c837bbff2482e0 (diff) | |
download | ports-b455170bfcb06a40ba69014a04483a043df242da.tar.gz ports-b455170bfcb06a40ba69014a04483a043df242da.zip |
Notes
Diffstat (limited to 'x11-wm/bbconf')
-rw-r--r-- | x11-wm/bbconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile index 55672706aef6..08bdeb52452a 100644 --- a/x11-wm/bbconf/Makefile +++ b/x11-wm/bbconf/Makefile @@ -36,8 +36,8 @@ PLIST_DIRS= lib/bbconf/plugins lib/bbconf .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= Does not compile on amd64 +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +CFLAGS+= -fPIC -DPIC .endif post-patch: |