mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix the build with newer GTK+2.
Reported by: pointyhat via pav
This commit is contained in:
parent
8a90b1c977
commit
b92ade29b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225731
@ -27,6 +27,10 @@ PLUGDIR= lib/bmp/Input
|
||||
PLUGFILE= lib${PKGNAMEPREFIX}${PORTNAME}.so
|
||||
PLIST_FILES= ${PLUGDIR}/${PLUGFILE}
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-D.*_DISABLE_DEPRECATED||g'
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/${PLUGFILE} ${PREFIX}/${PLUGDIR}/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user