diff options
author | phantom <phantom@FreeBSD.org> | 2005-03-11 00:52:14 +0800 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2005-03-11 00:52:14 +0800 |
commit | 97a0a07e811219eedd03ec121b7f0446113569a1 (patch) | |
tree | 495ebf3065d74d6f03da2f785a81fc97475d5d0f | |
parent | 5fec0db7c22712da4efc773c2c2e9ffd2669aeee (diff) | |
download | freebsd-ports-gnome-97a0a07e811219eedd03ec121b7f0446113569a1.tar.gz freebsd-ports-gnome-97a0a07e811219eedd03ec121b7f0446113569a1.tar.zst freebsd-ports-gnome-97a0a07e811219eedd03ec121b7f0446113569a1.zip |
Add -fPIC while building at sparc64 as well
-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 |