From f012b1617737c4b28d936c09ec699433c9b1ff4a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 25 Apr 2013 10:42:33 +0200 Subject: scrot: add scrot recipe, commandline screen capture utility --- .../scrot/files/fix-giblib-binconfig-paths.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch (limited to 'recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch') diff --git a/recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch b/recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch new file mode 100644 index 0000000..13b2a81 --- /dev/null +++ b/recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch @@ -0,0 +1,15 @@ +--- giblib-1.2.4/giblib-config.in~ 2004-09-04 16:40:40.000000000 +0200 ++++ giblib-1.2.4/giblib-config.in 2013-04-24 23:15:55.972080028 +0200 +@@ -42,10 +42,10 @@ + if test @includedir@ != /usr/include ; then + includes=-I@includedir@ + fi +- echo $includes -I$prefix/include/giblib @IMLIB_CFLAGS@ ++ echo @IMLIB_CFLAGS@ + ;; + --libs) +- libdirs=-L@libdir@ ++ libdirs= + echo $libdirs -lgiblib @LDFLAGS@ @IMLIB_LIBS@ + ;; + *) -- cgit v1.2.3