summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-01-28 22:00:27 +0000
committerAde Lovett <ade@FreeBSD.org>2000-01-28 22:00:27 +0000
commit985b392d88652dbeebdf0872d46bd57a209c2d96 (patch)
tree657c4492c53f9c9331ab11c17960b91f0947eeae /graphics/gdk-pixbuf
parentremove duplicated entries from PLIST (diff)
Missed this on the 0.5.0 update
Notes
Notes: svn path=/head/; revision=25183
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r--graphics/gdk-pixbuf/files/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-ad b/graphics/gdk-pixbuf/files/patch-ad
new file mode 100644
index 000000000000..d73a86635710
--- /dev/null
+++ b/graphics/gdk-pixbuf/files/patch-ad
@@ -0,0 +1,16 @@
+--- gdk-pixbuf-config.in.orig Tue Jan 11 12:52:12 2000
++++ gdk-pixbuf-config.in Fri Jan 28 10:37:30 2000
+@@ -42,11 +42,11 @@
+ if test @includedir@ != /usr/include ; then
+ includes=-I@includedir@
+ fi
+- echo $includes `gtk-config --cflags`
++ echo $includes `@GTK_CONFIG@ --cflags`
+ ;;
+ --libs)
+ libdirs=-L@libdir@
+- echo $libdirs -lgdk_pixbuf -lart_lgpl `gtk-config --libs` -lm
++ echo $libdirs -lgdk_pixbuf -lart_lgpl `@GTK_CONFIG@ --libs` -lm
+ ;;
+ *)
+ echo "${usage}" 1>&2