You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libafterimage/files/libafterimage-config.patch

16 lines
369 B

--- afterimage-config.in 2005-01-12 18:03:36.000000000 +0000
+++ afterimage-config.in.new 2006-10-15 14:16:12.000000000 +0100
@@ -110,11 +110,7 @@
libs="-lAfterBase $libs"
fi
libs="-lAfterImage $libs"
- if test "@libdir@" != "/usr/lib" ; then
- echo -L@libdir@ $libs
- else
- echo $libs
- fi
+ echo $libs
else
echo $libs
fi