]> git.pld-linux.org Git - packages/poppler.git/blame - poppler-gtkdoc1_27.patch
patch to fix build with gtk-doc 1.27
[packages/poppler.git] / poppler-gtkdoc1_27.patch
CommitLineData
3ae1ae12
JP
1--- poppler-0.62.0/gtkdoc.py.orig 2018-02-14 00:01:33.698649806 +0100
2+++ poppler-0.62.0/gtkdoc.py 2018-02-14 00:02:06.508409173 +0100
3@@ -319,9 +319,9 @@
4 ldflags = ' "-L%s" %s ' % (self.library_path, additional_ldflags) + ldflags
5 current_ld_library_path = env.get('LD_LIBRARY_PATH')
6 if current_ld_library_path:
7- env['RUN'] = 'LD_LIBRARY_PATH="%s:%s" ' % (self.library_path, current_ld_library_path)
8+ env['LIBRARY_PATH'] = 'LD_LIBRARY_PATH="%s:%s" ' % (self.library_path, current_ld_library_path)
9 else:
10- env['RUN'] = 'LD_LIBRARY_PATH="%s" ' % self.library_path
11+ env['LIBRARY_PATH'] = 'LD_LIBRARY_PATH="%s" ' % self.library_path
12
13 if ldflags:
14 env['LDFLAGS'] = '%s %s' % (ldflags, env.get('LDFLAGS', ''))
This page took 0.045651 seconds and 4 git commands to generate.