]> git.pld-linux.org Git - packages/poppler0.61.git/blobdiff - poppler-gtkdoc1_27.patch
up to 0.65.0
[packages/poppler0.61.git] / poppler-gtkdoc1_27.patch
diff --git a/poppler-gtkdoc1_27.patch b/poppler-gtkdoc1_27.patch
deleted file mode 100644 (file)
index d2db778..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- poppler-0.62.0/gtkdoc.py.orig      2018-02-14 00:01:33.698649806 +0100
-+++ poppler-0.62.0/gtkdoc.py   2018-02-14 00:02:06.508409173 +0100
-@@ -319,9 +319,9 @@
-             ldflags = ' "-L%s" %s ' % (self.library_path, additional_ldflags) + ldflags
-             current_ld_library_path = env.get('LD_LIBRARY_PATH')
-             if current_ld_library_path:
--                env['RUN'] = 'LD_LIBRARY_PATH="%s:%s" ' % (self.library_path, current_ld_library_path)
-+                env['LIBRARY_PATH'] = 'LD_LIBRARY_PATH="%s:%s" ' % (self.library_path, current_ld_library_path)
-             else:
--                env['RUN'] = 'LD_LIBRARY_PATH="%s" ' % self.library_path
-+                env['LIBRARY_PATH'] = 'LD_LIBRARY_PATH="%s" ' % self.library_path
-         if ldflags:
-             env['LDFLAGS'] = '%s %s' % (ldflags, env.get('LDFLAGS', ''))
This page took 1.745921 seconds and 4 git commands to generate.