diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-08 08:46:45 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-08 08:46:45 +0800 |
commit | 277ee4dd3ae0501924d85f84070422d45edb672f (patch) | |
tree | a36dd5e9ec21fbae5376b879b124b06c54077f3d /science | |
parent | 042feb1ba83fd8affd4195fb5787ce4f80896041 (diff) | |
download | freebsd-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/Makefile | 7 |
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> |