aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/librsvg/files/patch-librsvg-config.in
blob: 2c4c58a1984ec577304f309c1dd7d93c0c9c872a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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)