Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2014 21:36:17 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356414 - head/x11-toolkits/SoXt
Message-ID:  <201406032136.s53LaHvX099409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406032136.s53LaHvX099409>