aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-01-29 06:00:27 +0800
committerade <ade@FreeBSD.org>2000-01-29 06:00:27 +0800
commit1bf259f245c0a4d5b5ca1651d008da50e7a62a9e (patch)
tree3008073be258928f482ffa1d36f33eef728234f6
parentdddfe13c3793b491715e8e42b871fa954de61970 (diff)
downloadfreebsd-ports-gnome-1bf259f245c0a4d5b5ca1651d008da50e7a62a9e.tar.gz
freebsd-ports-gnome-1bf259f245c0a4d5b5ca1651d008da50e7a62a9e.tar.zst
freebsd-ports-gnome-1bf259f245c0a4d5b5ca1651d008da50e7a62a9e.zip
Missed this on the 0.5.0 update
-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