Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl/files: ghostscript-8.60-include.patch
Date: Tue, 23 Oct 2007 21:19:24
Message-Id: E1IkR9j-0000AD-MQ@stork.gentoo.org
1 tgurr 07/10/23 21:19:19
2
3 Modified: ghostscript-8.60-include.patch
4 Log:
5 Add missing fontconfig dependency and fix bug #196289 with a corrected upstream patch, thanks Sebastian for reporting.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.2 app-text/ghostscript-gpl/files/ghostscript-8.60-include.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/files/ghostscript-8.60-include.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/files/ghostscript-8.60-include.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/files/ghostscript-8.60-include.patch?r1=1.1&r2=1.2
14
15 Index: ghostscript-8.60-include.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/files/ghostscript-8.60-include.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ghostscript-8.60-include.patch 19 Oct 2007 19:11:25 -0000 1.1
22 +++ ghostscript-8.60-include.patch 23 Oct 2007 21:19:19 -0000 1.2
23 @@ -74,8 +74,8 @@
24 ln -s $(GS_SONAME_MAJOR_MINOR) $(DESTDIR)$(libdir)/$(GS_SONAME)
25 $(RM_) $(DESTDIR)$(libdir)/$(GS_SONAME_MAJOR)
26 ln -s $(GS_SONAME_MAJOR_MINOR) $(DESTDIR)$(libdir)/$(GS_SONAME_MAJOR)
27 -+ $(INSTALL_PROGRAM) $(PSSRC)iapi.h $(DESTDIR)$(gsincludedir)/iapi.h
28 -+ $(INSTALL_PROGRAM) $(PSSRC)ierrors.h $(DESTDIR)$(gsincludedir)/ierrors.h
29 ++ $(INSTALL_DATA) $(PSSRC)iapi.h $(DESTDIR)$(gsincludedir)/iapi.h
30 ++ $(INSTALL_DATA) $(PSSRC)ierrors.h $(DESTDIR)$(gsincludedir)/ierrors.h
31
32 soinstall: install-so install-scripts install-data
33
34
35
36
37 --
38 gentoo-commits@g.o mailing list