From 45b8741f7b138d039e0b1107ba1f1d41f61b5f26 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 9 Aug 2005 23:08:49 +0000 Subject: Third (and hopefully last) EFL revamp before I hand over maintainership to Justin Patrin. We now have a efl.bbclass that contains common code for the various libraries. This makes it possible to have very clean and concise bb's. --- packages/imlib2/files/binconfig.patch | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 packages/imlib2/files/binconfig.patch (limited to 'packages/imlib2/files/binconfig.patch') diff --git a/packages/imlib2/files/binconfig.patch b/packages/imlib2/files/binconfig.patch deleted file mode 100644 index 9383d581cd..0000000000 --- a/packages/imlib2/files/binconfig.patch +++ /dev/null @@ -1,30 +0,0 @@ -Index: imlib2-1.2.0/imlib2-config.in -=================================================================== ---- imlib2-1.2.0.orig/imlib2-config.in 2004-11-01 04:39:42.000000000 -0500 -+++ imlib2-1.2.0/imlib2-config.in 2005-03-12 19:39:48.283569432 -0500 -@@ -3,6 +3,8 @@ - prefix=@prefix@ - exec_prefix=@exec_prefix@ - exec_prefix_set=no -+libdir=@libdir@ -+includedir=@includedir@ - - usage="\ - Usage: imlib2-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]" -@@ -39,13 +41,13 @@ - echo @VERSION@ - ;; - --cflags) -- if test @includedir@ != /usr/include ; then -- includes=-I@includedir@ -+ if test ${includedir} != /usr/include ; then -+ includes=-I${includedir} - fi - echo $includes - ;; - --libs) -- libdirs=-L@libdir@ -+ libdirs=-L${libdir} - echo $libdirs -lImlib2 @my_libs@ - ;; - *) -- cgit v1.2.3