summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/files/patch-ad
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-12 16:29:28 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-12 16:29:28 +0000
commit2f9515c2a8249ddcc9689f6f42bae99d696e2035 (patch)
treee65c3da17f9a7abf196c053e6b6b944fd149a711 /graphics/gdk-pixbuf/files/patch-ad
parentStrip binaries (diff)
- Remove remnants of the gnomecanvas slave port that has been removed
several months ago. - Set LDFLAGS instead of LIBS and search STAGEDIR before LOCALBASE. - Replace a patch with REINPLACE_CMD. - Remove unneeded patches.
Notes
Notes: svn path=/head/; revision=351108
Diffstat (limited to 'graphics/gdk-pixbuf/files/patch-ad')
-rw-r--r--graphics/gdk-pixbuf/files/patch-ad16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-ad b/graphics/gdk-pixbuf/files/patch-ad
deleted file mode 100644
index 37e0eca6216e..000000000000
--- a/graphics/gdk-pixbuf/files/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
---- gdk-pixbuf-config.in.orig Tue Oct 23 20:44:44 2001
-+++ gdk-pixbuf-config.in Fri Oct 26 11:06:32 2001
-@@ -40,11 +40,11 @@
- ;;
- --cflags)
- includes=-I@includedir@/gdk-pixbuf-1.0
-- echo $includes `gtk-config --cflags`
-+ echo $includes `@GTK_CONFIG@ --cflags`
- ;;
- --libs)
- libdirs=-L@libdir@
-- echo $libdirs -lgdk_pixbuf `gtk-config --libs`
-+ echo $libdirs -lgdk_pixbuf `@GTK_CONFIG@ --libs`
- ;;
- *)
- echo "${usage}" 1>&2