mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
18 lines
463 B
Plaintext
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
|