summaryrefslogtreecommitdiff
path: root/libpkgconf/README-DEV
diff options
context:
space:
mode:
Diffstat (limited to 'libpkgconf/README-DEV')
-rw-r--r--libpkgconf/README-DEV15
1 files changed, 6 insertions, 9 deletions
diff --git a/libpkgconf/README-DEV b/libpkgconf/README-DEV
index 37a1317..3d7618e 100644
--- a/libpkgconf/README-DEV
+++ b/libpkgconf/README-DEV
@@ -30,17 +30,14 @@ $ cat libpkgconf/config.h.in |
$ diff defined-macros used-macros
-We also extend the upstream package functionality allowing to prevent merging
-of "special" fragments, such as `-framework <name>`, into a single fragment.
+We also fix the bug in demunging windows paths (issue #17 is reported):
-$ mv libpkgconf.h libpkgconf.h.orig
-$ cp libpkgconf.h.orig libpkgconf.h
+$ mv pkg.c pkg.c.orig
+$ cp pkg.c.orig pkg.c
-$ mv fragment.c fragment.c.orig
-$ cp fragment.c.orig fragment.c
-
-$ git apply dont-merge-fragments.patch
+$ cd ..
+$ git apply fix-demunging-windows-paths.patch
Note that the patch is produces by the following command:
-$ git diff >dont-merge-fragments.patch
+$ git diff >fix-demunging-windows-paths.patch