From b56c73c95f08099803c60d9e2f2584f231220d47 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 1 Mar 2011 19:51:32 +0100 Subject: misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS * fix *.pc / *-config file handling. --- package/wdfs/patches/patch-configure | 11 +++++++++++ package/wdfs/patches/patch-src_config_h_in | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 package/wdfs/patches/patch-configure create mode 100644 package/wdfs/patches/patch-src_config_h_in (limited to 'package/wdfs') 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 + -- cgit v1.2.3