diff options
author | tijl <tijl@FreeBSD.org> | 2014-06-04 05:36:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-06-04 05:36:16 +0800 |
commit | 5219675436d9e3b6b27cbe8e46627516e687c006 (patch) | |
tree | a2d3fa64d50b001aaa6b68dddfaa53d666183dd6 /x11-toolkits | |
parent | 471d3c5202b6074e01c28fac4faab8100e937a45 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |