Date: Sun, 8 Jul 2018 00:46:45 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474149 - head/science/libssm Message-ID: <201807080046.w680kjXU079650@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jul 8 00:46:45 2018 New Revision: 474149 URL: https://svnweb.freebsd.org/changeset/ports/474149 Log: science/libssm: Remove accidentally left parts Modified: head/science/libssm/Makefile Modified: head/science/libssm/Makefile ============================================================================== --- head/science/libssm/Makefile Sun Jul 8 00:39:48 2018 (r474148) +++ head/science/libssm/Makefile Sun Jul 8 00:46:45 2018 (r474149) @@ -21,11 +21,4 @@ CONFIGURE_ARGS= --enable-shared --disable-static --ena 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807080046.w680kjXU079650>