diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 11:07:26 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 11:07:26 +0000 |
commit | 3ba6025a4d46039f5cce3890e39c54ac035a8cbd (patch) | |
tree | 9e54742b58fdf731b6540484fa892600dd16b775 /x11 | |
parent | Explicitly add libPropList into LIB_DEPENDS, because it is no longer installed (diff) |
Fix yet another victim of gdk-pixbuf update.
Submitted by: bento
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gswitchit/files/patch-capplet::Makefile.in | 14 | ||||
-rw-r--r-- | x11/gswitchit_applet/files/patch-capplet::Makefile.in | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/x11/gswitchit/files/patch-capplet::Makefile.in b/x11/gswitchit/files/patch-capplet::Makefile.in new file mode 100644 index 000000000000..b3f5ebde3a6d --- /dev/null +++ b/x11/gswitchit/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 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 000000000000..b3f5ebde3a6d --- /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 |