- Cleanup objformat-removal fallout

- Use USE_LDCONFIG

Approved by:	portmgr (pav; implicit)
This commit is contained in:
Emanuel Haupt 2007-03-29 12:09:33 +00:00
parent 5a8671d0e6
commit 3cb2c90cfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188746

View File

@ -23,6 +23,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" \
LIBS="${LIBS} ${PTHREAD_LIBS}"
@ -32,5 +33,6 @@ post-patch:
's|^CFLAGS =|CFLAGS = @CFLAGS@|; \
s|LIBS = @AUDIOFILE_LIBS@|LIBS = @AUDIOFILE_LIBS@ @LIBS@|' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
.include <bsd.port.mk>