svn commit: r356414 - head/x11-toolkits/SoXt

Tijl Coosemans tijl at FreeBSD.org
Tue Jun 3 21:36:17 UTC 2014


Author: tijl
Date: Tue Jun  3 21:36:16 2014
New Revision: 356414
URL: http://svnweb.freebsd.org/changeset/ports/356414
QAT: https://qat.redports.org/buildarchive/r356414/

Log:
  - Remove s/aout/elf/ patch.  It is handled by USES=libtool.
  - Remove reference to PTHREAD_LIBS.

Modified:
  head/x11-toolkits/SoXt/Makefile

Modified: head/x11-toolkits/SoXt/Makefile
==============================================================================
--- head/x11-toolkits/SoXt/Makefile	Tue Jun  3 21:13:40 2014	(r356413)
+++ head/x11-toolkits/SoXt/Makefile	Tue Jun  3 21:36:16 2014	(r356414)
@@ -17,13 +17,9 @@ USE_GL=		yes
 USE_PERL5=	build
 USE_XORG=	xi
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV+=	LIBS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS+=	--with-pthread=yes --with-coin=${LOCALBASE}
 # avoid renaming of soxt-config and soxt-config.1
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
-post-patch:
-	${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list