diff options
Diffstat (limited to 'package/wdfs')
-rw-r--r-- | package/wdfs/patches/patch-configure | 11 | ||||
-rw-r--r-- | package/wdfs/patches/patch-src_config_h_in | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/package/wdfs/patches/patch-configure b/package/wdfs/patches/patch-configure new file mode 100644 index 000000000..436361d85 --- /dev/null +++ b/package/wdfs/patches/patch-configure @@ -0,0 +1,11 @@ +--- wdfs-1.4.2.orig/configure 2007-04-17 22:43:31.000000000 +0200 ++++ wdfs-1.4.2/configure 2011-03-01 19:14:24.000000000 +0100 +@@ -4953,8 +4953,6 @@ else + fi + + +-export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH +- + + if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then diff --git a/package/wdfs/patches/patch-src_config_h_in b/package/wdfs/patches/patch-src_config_h_in new file mode 100644 index 000000000..8aa15c552 --- /dev/null +++ b/package/wdfs/patches/patch-src_config_h_in @@ -0,0 +1,12 @@ +--- wdfs-1.4.2.orig/src/config.h.in 2007-04-17 22:43:37.000000000 +0200 ++++ wdfs-1.4.2/src/config.h.in 2011-03-01 18:57:10.000000000 +0100 +@@ -48,6 +48,9 @@ + /* Define to the one symbol short name of this package. */ + #undef PACKAGE_TARNAME + ++/* Define to the home page for this package. */ ++#undef PACKAGE_URL ++ + /* Define to the version of this package. */ + #undef PACKAGE_VERSION + |