Fix build with gcc46.

PR:		ports/164331
Submitted by:	Changming Sun <snnn119@gmail.com>
This commit is contained in:
Vanilla I. Shu 2012-01-20 13:09:16 +00:00
parent 56b8885186
commit 1b52d2aaad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289520

View File

@ -20,9 +20,6 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig
post-patch:
@${REINPLACE_CMD} -e 's|GREP "\\-L"|GREP "bin/ld"|g' ${WRKSRC}/configure
tests: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)