diff options
-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: |