1
0
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:
Maxim Sobolev 2001-12-19 11:07:26 +00:00
parent 57274ab8ed
commit 3ba6025a4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51822
2 changed files with 28 additions and 0 deletions

View 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

View 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