freebsd-ports/graphics/imlib2/files/patch-imlib2-config.in
Vanilla I. Shu e6e8f977b7 Fix include path problem.
Noticed by:	kris@
Pointyhat by:	me
2005-07-03 00:02:13 +00:00

11 lines
316 B
Text

--- imlib2-config.in.orig Sun Jul 3 07:35:44 2005
+++ imlib2-config.in Sun Jul 3 07:36:02 2005
@@ -42,7 +42,7 @@
if test @includedir@ != /usr/include ; then
includes=-I@includedir@
fi
- echo $includes
+ echo $includes @my_includes@
;;
--libs)
libdirs=-L@libdir@