aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-09 08:42:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-09 08:42:31 +0000
commitf65dbf112efbc9edbe6a0733400dbd92993de935 (patch)
treeda8f948bab3457cf74d84443581c67bc3569c65e /deskutils
parent005156357d323d9ac65dabe2ea6f94a983844f36 (diff)
downloadports-f65dbf112efbc9edbe6a0733400dbd92993de935.tar.gz
ports-f65dbf112efbc9edbe6a0733400dbd92993de935.zip
- 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
Notes
Notes: svn path=/head/; revision=106556
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/goats/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/goats/Makefile b/deskutils/goats/Makefile
index 7a5f36c32bda..a816e6bb8c4c 100644
--- a/deskutils/goats/Makefile
+++ b/deskutils/goats/Makefile
@@ -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>