aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-07-08 08:46:45 +0800
committeryuri <yuri@FreeBSD.org>2018-07-08 08:46:45 +0800
commit277ee4dd3ae0501924d85f84070422d45edb672f (patch)
treea36dd5e9ec21fbae5376b879b124b06c54077f3d /science
parent042feb1ba83fd8affd4195fb5787ce4f80896041 (diff)
downloadfreebsd-ports-gnome-277ee4dd3ae0501924d85f84070422d45edb672f.tar.gz
freebsd-ports-gnome-277ee4dd3ae0501924d85f84070422d45edb672f.tar.zst
freebsd-ports-gnome-277ee4dd3ae0501924d85f84070422d45edb672f.zip
science/libssm: Remove accidentally left parts
Diffstat (limited to 'science')
-rw-r--r--science/libssm/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/science/libssm/Makefile b/science/libssm/Makefile
index dd24b6e67bb8..234953b41c37 100644
--- a/science/libssm/Makefile
+++ b/science/libssm/Makefile
@@ -21,11 +21,4 @@ CONFIGURE_ARGS= --enable-shared --disable-static --enable-ccp4 --with-mmdb=${LOC
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-CFLAGS+= -fPIC
-FFLAGS+= -fPIC
-
-xpost-configure:
- ${REINPLACE_CMD} -e 's| -Wl,--as-needed||; s| -Wl,--no-as-needed||' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|^archive_cmds=|wl="-Wl,"; archive_cmds=|' ${WRKSRC}/libtool # wl is missing otherwise for some reason
-
.include <bsd.port.mk>