825afa6f1c
Ghostscript 9.18 upstream fix for http://bugs.ghostscript.com/show_bug.cgi?id=696301 so that gserrors.h is again installed that is needed by several other packages to build (in particular texlive, libspectre, gimp,...) OBS-URL: https://build.opensuse.org/request/show/341659 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=59
11 lines
543 B
Diff
11 lines
543 B
Diff
--- base/unix-dll.mak.orig 2015-10-05 10:21:11.000000000 +0200
|
|
+++ base/unix-dll.mak 2015-10-30 11:22:12.000000000 +0100
|
|
@@ -184,6 +184,7 @@ install-so-subtarget: so-subtarget
|
|
ln -s $(GS_SONAME_MAJOR_MINOR) $(DESTDIR)$(libdir)/$(GS_SONAME_MAJOR)
|
|
$(INSTALL_DATA) $(PSSRC)iapi.h $(DESTDIR)$(gsincludedir)iapi.h
|
|
$(INSTALL_DATA) $(PSSRC)ierrors.h $(DESTDIR)$(gsincludedir)ierrors.h
|
|
+ $(INSTALL_DATA) $(GLSRC)gserrors.h $(DESTDIR)$(gsincludedir)gserrors.h
|
|
$(INSTALL_DATA) $(DEVSRC)gdevdsp.h $(DESTDIR)$(gsincludedir)gdevdsp.h
|
|
|
|
soinstall:
|