diff options
author | pav <pav@FreeBSD.org> | 2004-04-09 16:42:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-09 16:42:31 +0800 |
commit | bb4b35c80905e0589ea8fd176f708a1daf1999be (patch) | |
tree | f7ed9ad286fc32c541893f36e34dc63b1af50ca8 /deskutils/goats | |
parent | 3d6aa18f14a7f27ac735b2153c0c5013fa983e49 (diff) | |
download | freebsd-ports-gnome-bb4b35c80905e0589ea8fd176f708a1daf1999be.tar.gz freebsd-ports-gnome-bb4b35c80905e0589ea8fd176f708a1daf1999be.tar.zst freebsd-ports-gnome-bb4b35c80905e0589ea8fd176f708a1daf1999be.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
Diffstat (limited to 'deskutils/goats')
-rw-r--r-- | deskutils/goats/Makefile | 3 |
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> |