aboutsummaryrefslogtreecommitdiffstats
path: root/audio/oss/files/patch-setup-srcconf.c
blob: ae52511a309b794c6bec0fde1b8c8dc3a0944546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup/srcconf.c.orig    2009-09-03 06:14:33.000000000 -0400
+++ setup/srcconf.c 2009-09-22 14:52:03.000000000 -0400
@@ -195,7 +195,7 @@
    {
      parms = "";
      if (getenv ("OGG_SUPPORT") != NULL)
-       parms = "-DOGG_SUPPORT";
+       parms = "-DOGG_SUPPORT -I%%PREFIX%%/include";
    }
 
       if (strcmp (line, "project") == 0)