summaryrefslogtreecommitdiff
path: root/x11/gromit/patches
diff options
context:
space:
mode:
authordrochner <drochner>2005-05-04 16:14:10 +0000
committerdrochner <drochner>2005-05-04 16:14:10 +0000
commitfcfb2af03f92e1c2989b8226ebaf99498e9d8acc (patch)
treec4815da49912a262818b0e1986e73517f2de1c6f /x11/gromit/patches
parent7f1ed1fac3ec985cccf5ecd9ac90cb880f4a5bba (diff)
downloadpkgsrc-fcfb2af03f92e1c2989b8226ebaf99498e9d8acc.tar.gz
import gromit-20041213, a little tool that lets you scribble
onto the X screen
Diffstat (limited to 'x11/gromit/patches')
-rw-r--r--x11/gromit/patches/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/gromit/patches/patch-aa b/x11/gromit/patches/patch-aa
new file mode 100644
index 00000000000..3127c907988
--- /dev/null
+++ b/x11/gromit/patches/patch-aa
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/05/04 16:14:10 drochner Exp $
+
+--- Makefile.orig 2005-05-04 19:13:04.000000000 +0200
++++ Makefile
+@@ -7,4 +7,4 @@ propertywatch: propertywatch.c
+ gcc -o propertywatch propertywatch.c `gtk-config --libs --cflags`
+
+ gromit: gromit.c Makefile
+- gcc -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -o gromit gromit.c -Wall `pkg-config --libs --cflags gtk+-2.0`
++ gcc -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -o gromit gromit.c -Wall `pkg-config --libs --cflags gtk+-2.0` ${LDFLAGS}