From b5e7a9ae1ea64d835d649f8969e1461f4f20d3c8 Mon Sep 17 00:00:00 2001 From: garga Date: Thu, 23 Mar 2006 21:08:27 +0000 Subject: - UNBREAK: Fix build on amd64 adding -fPIC -DPIC to CFLAGS [1] - Add the same to ia64 to try to fix it too, since i don't have a box to test, i'll wait pointyhat answer me if it's correct. PR: ports/94862 [1] Submitted by: Johan van Selst [1] --- x11-wm/bbconf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-wm') 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 -.if ${ARCH} == "amd64" -BROKEN= Does not compile on amd64 +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +CFLAGS+= -fPIC -DPIC .endif post-patch: -- cgit