1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Patch out disable deprecated to allow this to build on gtk-2.4

Submitted by:	Jeremy Messenger <mezz7@cox.net>
Reported by:	Vijay <vijay@ehostpros.com>,
		bento via kris
This commit is contained in:
Pav Lucistnik 2004-04-09 08:42:31 +00:00
parent 005156357d
commit f65dbf112e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106556

View File

@ -20,4 +20,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>