summaryrefslogtreecommitdiff
path: root/graphics/gfract
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-05 22:14:33 +0000
committerjoerg <joerg>2007-10-05 22:14:33 +0000
commitc821d0d4a152fc98e40b4845081ead1b0bc9effd (patch)
treeaf496c705561b0f785ac3facb072be302a761859 /graphics/gfract
parent158c128b9da1d6d42137ac1751d76cb8ca286692 (diff)
downloadpkgsrc-c821d0d4a152fc98e40b4845081ead1b0bc9effd.tar.gz
Don't define GTK_DISABLE_DEPRECATED to unbreak the build.
Diffstat (limited to 'graphics/gfract')
-rw-r--r--graphics/gfract/distinfo4
-rw-r--r--graphics/gfract/patches/patch-aa12
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gfract/distinfo b/graphics/gfract/distinfo
index 537eb4717b4..074ce96ff6b 100644
--- a/graphics/gfract/distinfo
+++ b/graphics/gfract/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/01/26 06:42:35 wiz Exp $
+$NetBSD: distinfo,v 1.7 2007/10/05 22:14:33 joerg Exp $
SHA1 (gfract-0.32.tar.gz) = f603c067c9616ebde714b72b3bda801e9906d6c3
RMD160 (gfract-0.32.tar.gz) = 6196bd3cc17c4c41bbd0b7df4cbe0691e52de521
@@ -6,4 +6,4 @@ Size (gfract-0.32.tar.gz) = 34166 bytes
SHA1 (gfract-palettes-0.1.tar.gz) = f05e06e6012e1b1526e0c796ca7f6617fca8ab7d
RMD160 (gfract-palettes-0.1.tar.gz) = 3430c31cb5cb2317a02b1e2cf506c5ffa9601a7c
Size (gfract-palettes-0.1.tar.gz) = 223648 bytes
-SHA1 (patch-aa) = 992bfc046284fa89e83b28deeb786bf88050bd10
+SHA1 (patch-aa) = 9e15a3cb22101e895db398ad8dc703994bcadccf
diff --git a/graphics/gfract/patches/patch-aa b/graphics/gfract/patches/patch-aa
index b020a8a454a..21c430f4203 100644
--- a/graphics/gfract/patches/patch-aa
+++ b/graphics/gfract/patches/patch-aa
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.5 2006/01/26 06:42:35 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2007/10/05 22:14:34 joerg Exp $
---- Makefile.orig 2005-02-28 16:00:56.000000000 +0100
+--- Makefile.orig 2005-02-28 15:00:56.000000000 +0000
+++ Makefile
-@@ -2,12 +2,12 @@ PROG := gfract
+@@ -2,12 +2,11 @@ PROG := gfract
CC := g++
-DEFS := -Wall -ansi -pedantic -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED \
-+DEFS := -Wall -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED
+- -DGTK_DISABLE_DEPRECATED
++DEFS := -Wall -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED
DEFS := $(shell pkg-config --cflags gtk+-2.0) $(DEFS)
@@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.5 2006/01/26 06:42:35 wiz Exp $
#CXXFLAGS := $(DEFS) -g
LDFLAGS := -lpng -lz
-@@ -19,11 +19,11 @@ HEADERS := $(wildcard *.h *.xpm)
+@@ -19,11 +18,11 @@ HEADERS := $(wildcard *.h *.xpm)
$(PROG): $(OBJS)
@echo Linking $(PROG)