openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages libwww-5.4.0-incdir.patch
      Pages: < 1 >  DOWNLOAD      
--- w3c-libwww-5.3.2/libwww-config.in.inc	Wed Feb 20 11:39:50 2002
+++ w3c-libwww-5.3.2/libwww-config.in	Wed Feb 20 11:42:17 2002
@@ -45,7 +45,11 @@
       echo @VERSION@
       ;;
     --cflags)
-      echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@
+      if [ "@includedir@" != "@prefix@/include" ]; then
+          echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@
+      else
+          echo -I@includedir@/@PACKAGE@ @DEFS@
+      fi
       ;;
     --libs)
       echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@