- Remove s/aout/elf/ patch. It is handled by USES=libtool.

- Remove reference to PTHREAD_LIBS.
This commit is contained in:
Tijl Coosemans 2014-06-03 21:36:16 +00:00
parent c5b6270fda
commit 429672c16c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356414

View file

@ -17,13 +17,9 @@ USE_GL= yes
USE_PERL5= build USE_PERL5= build
USE_XORG= xi USE_XORG= xi
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE} CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE}
# avoid renaming of soxt-config and soxt-config.1 # avoid renaming of soxt-config and soxt-config.1
USE_LDCONFIG= yes USE_LDCONFIG= yes
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>