summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-03-18 23:06:11 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-03-18 23:06:11 +0000
commitfb23a1b0861db52ff7b6c97e85ca19b797b7f2b1 (patch)
treea2f6ae986d4fb65983a7bd7c9272de11ee9f331f /biology
parent- Cosmetic changes (diff)
-fPIC is appropreate on all architectures.
Submitted by: kris
Notes
Notes: svn path=/head/; revision=104554
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