diff options
author | mezz <mezz@FreeBSD.org> | 2007-10-28 03:34:31 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-10-28 03:34:31 +0800 |
commit | eaf943e112587f0d3db156f51b16d1161c247b0c (patch) | |
tree | bdd680e7e09c4f6f4b68887bb5086f8c16d7b47f /japanese | |
parent | 4a5c6087e090981556770044fce8178dc58b8054 (diff) | |
download | freebsd-ports-gnome-eaf943e112587f0d3db156f51b16d1161c247b0c.tar.gz freebsd-ports-gnome-eaf943e112587f0d3db156f51b16d1161c247b0c.tar.zst freebsd-ports-gnome-eaf943e112587f0d3db156f51b16d1161c247b0c.zip |
Do not overdo with this patch of fix build with gtk20 to actually fix the
build.
Reported by: pointyhat
Approved by: Related with our (FreeBSD GNOME Team) big change
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ochusha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/ochusha/Makefile b/japanese/ochusha/Makefile index b843c4002468..bbd9ae311809 100644 --- a/japanese/ochusha/Makefile +++ b/japanese/ochusha/Makefile @@ -35,7 +35,7 @@ AUTOMAKE_ARGS= -c -a post-patch: @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED||g' + 's|-DG.*_DISABLE_DEPRECATED||g' pre-configure: @echo "===> Regenerating ${WRKSRC}/libmodifiedgtk2/Makefile.in" |