diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-03 21:36:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-03 21:36:16 +0000 |
commit | 429672c16c4913e34fa8ae86d433b32dc23498ed (patch) | |
tree | a2d3fa64d50b001aaa6b68dddfaa53d666183dd6 /x11-toolkits/SoXt | |
parent | c5b6270fda00ed4fe2f3a21ff0feb7ef1964c980 (diff) | |
download | ports-429672c16c4913e34fa8ae86d433b32dc23498ed.tar.gz ports-429672c16c4913e34fa8ae86d433b32dc23498ed.zip |
Notes
Diffstat (limited to 'x11-toolkits/SoXt')
-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> |