diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-19 11:07:26 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-19 11:07:26 +0000 |
commit | c8420943517a5a60965e4cd114a8135fa6ca4e8a (patch) | |
tree | c394df2104087006ad7e622eb90f214d490d2423 /x11/gswitchit_applet | |
parent | 4b7f35f40544b6e9243122edab512121907c3267 (diff) | |
download | FreeBSD-ports-c8420943517a5a60965e4cd114a8135fa6ca4e8a.zip FreeBSD-ports-c8420943517a5a60965e4cd114a8135fa6ca4e8a.tar.gz |
Fix yet another victim of gdk-pixbuf update.
Submitted by: bento
Diffstat (limited to 'x11/gswitchit_applet')
-rw-r--r-- | x11/gswitchit_applet/files/patch-capplet::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/gswitchit_applet/files/patch-capplet::Makefile.in b/x11/gswitchit_applet/files/patch-capplet::Makefile.in new file mode 100644 index 0000000..b3f5ebd --- /dev/null +++ b/x11/gswitchit_applet/files/patch-capplet::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- capplet/Makefile.in 2001/12/19 11:04:02 1.1 ++++ capplet/Makefile.in 2001/12/19 11:05:31 +@@ -142,7 +142,7 @@ + + + DEFS = @DEFS@ -I. -I$(srcdir) -I.. +-CPPFLAGS = @CPPFLAGS@ ++CPPFLAGS = $(GDK_PIXBUF_CFLAGS) @CPPFLAGS@ + LIBS = @LIBS@ + gswitchit_properties_capplet_OBJECTS = gswitchit_capplet.o + gswitchit_properties_capplet_DEPENDENCIES = ../src/libgswitchit.a |