aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/open-motif
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2005-03-10 16:52:14 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2005-03-10 16:52:14 +0000
commit5308c9abab6824cf0d5b8c30582a71dfa1283942 (patch)
tree09112009e6198d8b37f16be401f8ed224c05a7f5 /x11-toolkits/open-motif
parent9882adfbeb470d43265db6b19ccaf1a163b4d662 (diff)
downloadports-5308c9abab6824cf0d5b8c30582a71dfa1283942.tar.gz
ports-5308c9abab6824cf0d5b8c30582a71dfa1283942.zip
Add -fPIC while building at sparc64 as well
Notes
Notes: svn path=/head/; revision=130819
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r--x11-toolkits/open-motif/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile
index e4b4a4c89e0b..36af543adc52 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/open-motif/Makefile
@@ -52,7 +52,7 @@ EXTRA_PATCHES+= ${WITH_JDK_PATCH}
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
CONFIGURE_ARGS+= --with-pic
.endif