mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Fix build with gtk+-2.4.
PR: 65560 Submitted by: Jeremy Messenger <mezz7@cox.net> Approved by: maintainer timeout portmgr (implicit)
This commit is contained in:
parent
433dee5250
commit
76f6b8d719
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107786
@ -38,6 +38,8 @@ PLIST_SUB+= GNOMEHIER='@comment '
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -E -e "s|^(gringottsdocdir =).*|\1 $$\(datadir\)/doc/gringotts|;s|md5sum|md5|g" ${WRKSRC}/Makefile.in
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-D.*_DISABLE_DEPRECATED||g'
|
||||
.if defined(NOPORTDOCS)
|
||||
${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-gringottsdocDATA|\1|" ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user