Blame SOURCES/dnet-config-multilib.patch

2d7246
--- dnet-config.in.old	2014-03-14 11:40:27.332135003 +0000
2d7246
+++ dnet-config.in	2014-03-14 11:41:08.624931401 +0000
2d7246
@@ -45,10 +45,10 @@
2d7246
 done
2d7246
 
2d7246
 if test "$echo_cflags" = "yes"; then
2d7246
-      echo -I@includedir@
2d7246
+      echo
2d7246
 fi
2d7246
 
2d7246
 if test "$echo_libs" = "yes"; then
2d7246
-      echo -L@libdir@ -ldnet @LIBS@
2d7246
+      echo -ldnet @LIBS@
2d7246
 fi      
2d7246