mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Fix yet another victim of gdk-pixbuf update.
Submitted by: bento
This commit is contained in:
parent
57274ab8ed
commit
3ba6025a4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51822
14
x11/gswitchit/files/patch-capplet::Makefile.in
Normal file
14
x11/gswitchit/files/patch-capplet::Makefile.in
Normal file
@ -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
|
14
x11/gswitchit_applet/files/patch-capplet::Makefile.in
Normal file
14
x11/gswitchit_applet/files/patch-capplet::Makefile.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user