Files
MINGW-packages/mingw-w64-libpaper/0001-fix-relocation.patch
Christoph Reiter bcf7057d41 libpaper: fix relocation
gunlib assumes the path format matches what we pass to configure,
so make sure we only pass unix paths to the gnulib relocation functions.
2023-07-15 12:46:43 +02:00

10 lines
277 B
Diff

--- libpaper-2.1.0/prefix.am.orig 2023-07-15 11:55:24.774074000 +0200
+++ libpaper-2.1.0/prefix.am 2023-07-15 11:55:34.735682600 +0200
@@ -1,5 +1,5 @@
if OS_WIN32
-REAL_INSTALLPREFIX=`cygpath -m @prefix@`
+REAL_INSTALLPREFIX=@prefix@
else
REAL_INSTALLPREFIX=@prefix@
endif