diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-08-04 20:09:28 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-08-04 20:09:28 +0000 |
commit | e0f83159640b477dd235c60a1a17d652cac17c2c (patch) | |
tree | d5114aa4e2d7cdf8bf0a93077238692acffd00f8 /app-text/ghostscript-gnu | |
parent | Fix typo, bug #101374. (diff) | |
download | historical-e0f83159640b477dd235c60a1a17d652cac17c2c.tar.gz historical-e0f83159640b477dd235c60a1a17d652cac17c2c.tar.bz2 historical-e0f83159640b477dd235c60a1a17d652cac17c2c.zip |
Fix linking with --as-needed, thanks to Diego Pettenò <flameeyes@gentoo.org> in bug 101098
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text/ghostscript-gnu')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/Manifest | 14 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild | 4 |
3 files changed, 10 insertions, 15 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index eb26cdd3ccbe..7e9b6a48bd85 100644 --- a/app-text/ghostscript-gnu/ChangeLog +++ b/app-text/ghostscript-gnu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/ghostscript-gnu # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.2 2005/06/07 17:54:53 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.3 2005/08/04 20:09:28 genstef Exp $ + + 04 Aug 2005; Stefan Schweizer <genstef@gentoo.org> + ghostscript-gnu-8.16.ebuild: + Fix linking with --as-needed, thanks to Diego Pettenò <flameeyes@gentoo.org> + in bug 101098 *ghostscript-gnu-8.16 (07 Jun 2005) diff --git a/app-text/ghostscript-gnu/Manifest b/app-text/ghostscript-gnu/Manifest index fd78dccaba3f..9b16035a5e93 100644 --- a/app-text/ghostscript-gnu/Manifest +++ b/app-text/ghostscript-gnu/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 1582a0ac9f72180ff3d03c54bab30ec5 ghostscript-gnu-8.16.ebuild 3241 -MD5 bfc6400e880131e8512a586bb0a2f0dc ChangeLog 638 +MD5 c3a97ad06dfa5ba7df36e4900924444b ghostscript-gnu-8.16.ebuild 3207 +MD5 eebda51c92f5582333be217fc7229610 ChangeLog 817 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 56abb8bfe2d4125c64c956dfdaafa5e0 files/digest-ghostscript-gnu-8.16 284 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCqEP+I1lqEGTUzyQRAuSxAKCNAiwo22582CjUCwGELt2q7Be9WQCdGmTR -MpcCRMnT/MxhHgZT9x7W/vk= -=jGuZ ------END PGP SIGNATURE----- diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild index 501889711738..cdb0796d06e7 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild,v 1.2 2005/06/09 13:28:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16.ebuild,v 1.3 2005/08/04 20:09:28 genstef Exp $ inherit eutils @@ -73,7 +73,7 @@ src_compile() { if use cups; then echo 'include pstoraster/cups.mak' >> Makefile sed -i -e 's:DEVICE_DEVS17=:DEVICE_DEVS17=$(DD)cups.dev:' Makefile - sed -i -e 's:LDFLAGS=\(.*\)$(XLDFLAGS):LDFLAGS=\1-L/usr/include -lcups -lcupsimage $(XLDFLAGS):' Makefile + sed -i -e 's:EXTRALIBS=\(.*\):EXTRALIBS=\1 -lcups -lcupsimage:' Makefile fi # search path fix |