summaryrefslogtreecommitdiff
path: root/graphics/librsvg2/files/patch-librsvg-config.in
blob: 84d67389442745e8d0a1c0423462838be34b01ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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)