summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-01-22 14:04:56 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-01-22 14:04:56 +0000
commit0484089c1c827e82afd856b0c27e3615208498f4 (patch)
tree057aa4225f16f7c0dd017f2d9a309862c05f70d2 /net-print
parentMarked stable on hppa. (diff)
downloadhistorical-0484089c1c827e82afd856b0c27e3615208498f4.tar.gz
historical-0484089c1c827e82afd856b0c27e3615208498f4.tar.bz2
historical-0484089c1c827e82afd856b0c27e3615208498f4.zip
fix bug #38860
Diffstat (limited to 'net-print')
-rw-r--r--net-print/xpp/ChangeLog7
-rw-r--r--net-print/xpp/Manifest8
-rw-r--r--net-print/xpp/xpp-1.1-r2.ebuild6
3 files changed, 12 insertions, 9 deletions
diff --git a/net-print/xpp/ChangeLog b/net-print/xpp/ChangeLog
index 44476cbe35b5..a3d3d32abb61 100644
--- a/net-print/xpp/ChangeLog
+++ b/net-print/xpp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-print/xpp
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/ChangeLog,v 1.8 2003/07/29 13:37:23 lanius Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/ChangeLog,v 1.9 2004/01/22 14:04:44 lanius Exp $
+
+ 22 Jan 2004; Heinrich Wendel <lanius@gentoo.org> xpp-1.1-r2.ebuild:
+ fix bug #38860
29 Jul 2003; lanius@gentoo.org xpp-1.1-r2.ebuild:
stable bump
diff --git a/net-print/xpp/Manifest b/net-print/xpp/Manifest
index 364b9669a3cd..2bb6e872f02e 100644
--- a/net-print/xpp/Manifest
+++ b/net-print/xpp/Manifest
@@ -1,8 +1,8 @@
-MD5 568b9699ee796db709c7c984c0031b4b ChangeLog 1662
-MD5 c6ce29dab486335160d7fce7f5691626 xpp-1.1-r1.ebuild 834
+MD5 cbcc766ff72f79040531ae6e3a48de06 xpp-1.1-r1.ebuild 835
+MD5 db916de9d5ce4d1e6d8058191edf39b9 ChangeLog 1750
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 effa432cca25c826699b0a44c41a01c8 xpp-1.1-r2.ebuild 878
+MD5 2345b21064e9b4145bd99760b22042b1 xpp-1.1-r2.ebuild 885
MD5 8d0b2e1426766ac3ae959549107569a6 files/cups.diff 1254
MD5 257b024e4ea38beeef9839163049363e files/digest-xpp-1.1-r1 58
-MD5 0abfa945e442348aa10b77ee9ff60d48 files/inputslider.h.patch 622
MD5 257b024e4ea38beeef9839163049363e files/digest-xpp-1.1-r2 58
+MD5 0abfa945e442348aa10b77ee9ff60d48 files/inputslider.h.patch 622
diff --git a/net-print/xpp/xpp-1.1-r2.ebuild b/net-print/xpp/xpp-1.1-r2.ebuild
index a3d57ed11f67..1a27cf684fdf 100644
--- a/net-print/xpp/xpp-1.1-r2.ebuild
+++ b/net-print/xpp/xpp-1.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/xpp-1.1-r2.ebuild,v 1.2 2003/07/29 13:37:23 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/xpp-1.1-r2.ebuild,v 1.3 2004/01/22 14:04:44 lanius Exp $
inherit eutils
@@ -26,7 +26,7 @@ src_unpack() {
src_compile() {
export CXX=g++
- export LDFLAGS="-L/usr/lib/fltk-1.1"
+ export LDFLAGS="-L/usr/lib/fltk-1.1 -lfltk"
export CPPFLAGS="-I/usr/include/fltk-1.1"
econf || die "configure failed"