Files
bsdports/graph/libart/files/patch-x-libart-config.in
2019-12-26 07:26:06 +00:00

18 lines
463 B
Plaintext

--- ./libart-config.in.orig 2009-04-18 15:29:25.000000000 +0300
+++ ./libart-config.in 2014-12-27 03:00:42.000000000 +0200
@@ -39,12 +39,12 @@
echo @LIBART_VERSION@
;;
--cflags)
- includes=-I@includedir@/libart-2.0
+ includes=-I@includedir@/libart
echo $includes
;;
--libs)
libdirs=-L@libdir@
- echo $libdirs -lart_lgpl_2 -lm
+ echo $libdirs -lart -lm
;;
*)
echo "${usage}" 1>&2