mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- librsvg-config.in 2001/10/05 14:55:24 1.1
|
|
+++ librsvg-config.in 2001/10/05 15:05:57
|
|
@@ -39,9 +39,7 @@
|
|
echo @LIBRSVG_VERSION@
|
|
;;
|
|
--cflags)
|
|
- if test @includedir@ != /usr/include ; then
|
|
- includes=-I@includedir@
|
|
- fi
|
|
+ includes=-I@includedir@/librsvg-1
|
|
echo $includes
|
|
;;
|
|
--libs)
|