aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-06-04 05:36:16 +0800
committertijl <tijl@FreeBSD.org>2014-06-04 05:36:16 +0800
commit5219675436d9e3b6b27cbe8e46627516e687c006 (patch)
treea2d3fa64d50b001aaa6b68dddfaa53d666183dd6 /x11-toolkits
parent471d3c5202b6074e01c28fac4faab8100e937a45 (diff)
downloadfreebsd-ports-gnome-5219675436d9e3b6b27cbe8e46627516e687c006.tar.gz
freebsd-ports-gnome-5219675436d9e3b6b27cbe8e46627516e687c006.tar.zst
freebsd-ports-gnome-5219675436d9e3b6b27cbe8e46627516e687c006.zip
- Remove s/aout/elf/ patch. It is handled by USES=libtool.
- Remove reference to PTHREAD_LIBS.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/SoXt/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile
index 7e5f5e286f19..a12b20c9b41c 100644
--- a/x11-toolkits/SoXt/Makefile
+++ b/x11-toolkits/SoXt/Makefile
@@ -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>