aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-03-19 07:06:11 +0800
committermaho <maho@FreeBSD.org>2004-03-19 07:06:11 +0800
commitd44f6e79aa606da16d9bf33dc965e625442e86b7 (patch)
treea09debbd0eaa5a36740a45451a2c4a449132d8e0 /biology
parent1521769cda29e3e3a11cdee2e369dd8d2a8a92bd (diff)
downloadfreebsd-ports-gnome-d44f6e79aa606da16d9bf33dc965e625442e86b7.tar.gz
freebsd-ports-gnome-d44f6e79aa606da16d9bf33dc965e625442e86b7.tar.zst
freebsd-ports-gnome-d44f6e79aa606da16d9bf33dc965e625442e86b7.zip
-fPIC is appropreate on all architectures.
Submitted by: kris
Diffstat (limited to 'biology')
-rw-r--r--biology/pymol/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/biology/pymol/Makefile b/biology/pymol/Makefile
index d53214185a48..7f3895d78b36 100644
--- a/biology/pymol/Makefile
+++ b/biology/pymol/Makefile
@@ -28,13 +28,7 @@ USE_PYTHON= yes
.include <bsd.port.pre.mk>
-.if !defined(PICFLAG)
-.if ${MACHINE_ARCH} == "sparc64"
PICFLAG=-fPIC
-.else
-PICFLAG=-fpic
-.endif
-.endif
pre-patch:
@${INSTALL_DATA} ${WRKSRC}/setup/Rules.linux ${WRKSRC}/Rules.make