aboutsummaryrefslogtreecommitdiff
path: root/devel/pwlib
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2011-01-24 23:26:38 +0000
committerFlorian Smeets <flo@FreeBSD.org>2011-01-24 23:26:38 +0000
commit895b008055d91e5d02c2c4ae054b7fcfaf76f079 (patch)
tree1b12f2adbee1d186c2b062f59e815f072a6fabfb /devel/pwlib
parent050f81323fce8981b130e0619922a1b3fcf69686 (diff)
downloadports-895b008055d91e5d02c2c4ae054b7fcfaf76f079.tar.gz
ports-895b008055d91e5d02c2c4ae054b7fcfaf76f079.zip
Notes
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