aboutsummaryrefslogtreecommitdiff
path: root/devel/pwlib
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pwlib')
-rw-r--r--devel/pwlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index 2c75c5a6bf87..60550d674f7c 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -133,7 +133,7 @@ CONFIGURE_ARGS+= --disable-dc
PLIST_SUB+= DC1394="@comment "
#.endif
-.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64")
+.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64")
CFLAGS+= -fPIC
.endif