diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2005-03-10 16:52:14 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2005-03-10 16:52:14 +0000 |
commit | 5308c9abab6824cf0d5b8c30582a71dfa1283942 (patch) | |
tree | 09112009e6198d8b37f16be401f8ed224c05a7f5 /x11-toolkits/open-motif | |
parent | 9882adfbeb470d43265db6b19ccaf1a163b4d662 (diff) | |
download | ports-5308c9abab6824cf0d5b8c30582a71dfa1283942.tar.gz ports-5308c9abab6824cf0d5b8c30582a71dfa1283942.zip |
Notes
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 2 |
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 |