summaryrefslogtreecommitdiffstats
path: root/devel/pkg-config/files/patch-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pkg-config/files/patch-parse.c')
-rw-r--r--devel/pkg-config/files/patch-parse.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/pkg-config/files/patch-parse.c b/devel/pkg-config/files/patch-parse.c
deleted file mode 100644
index 99a3ce964..000000000
--- a/devel/pkg-config/files/patch-parse.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- parse.c.orig Sun Oct 16 13:09:39 2005
-+++ parse.c Sat Sep 2 14:09:44 2006
-@@ -707,6 +707,16 @@ static void _do_parse_libs (Package *pkg
- i++;
- g_free(framework);
- }
-+ else if ((strcmp("-Wl,--rpath",p) == 0 || strcmp("-Wl,-rpath",p) == 0) &&
-+ i+1 < argc)
-+ {
-+ gchar *rpath = trim_string (argv[i+1]);
-+
-+ pkg->other_libs = g_slist_prepend (pkg->other_libs,
-+ g_strconcat(arg, " ", rpath, NULL));
-+ i++;
-+ g_free(rpath);
-+ }
- else
- {
- if (*arg != '\0')