diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-10-18 13:26:24 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-10-18 13:26:24 +0000 |
commit | 8bc8b3e767d7a2927fde9bba6d5e3b95eeace9c7 (patch) | |
tree | 02560b9dc2fe149fc02b2c32290109276720f16f | |
parent | fix linking to X11 libs (diff) | |
download | historical-8bc8b3e767d7a2927fde9bba6d5e3b95eeace9c7.tar.gz historical-8bc8b3e767d7a2927fde9bba6d5e3b95eeace9c7.tar.bz2 historical-8bc8b3e767d7a2927fde9bba6d5e3b95eeace9c7.zip |
fix linking to X11 libs
-rw-r--r-- | dev-tcltk/tix/Manifest | 2 | ||||
-rw-r--r-- | dev-tcltk/tix/tix-8.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-tcltk/tix/Manifest b/dev-tcltk/tix/Manifest index 8988f0660e17..eaba1a190b89 100644 --- a/dev-tcltk/tix/Manifest +++ b/dev-tcltk/tix/Manifest @@ -1,4 +1,4 @@ MD5 b3dcafbd2212bb44e57bea715c829eaf ChangeLog 916 -MD5 845ef346f6e33808baf2a7c1c0384da9 tix-8.2.0.ebuild 1020 +MD5 d59899724242c7da5537f0e40c3e22a3 tix-8.2.0.ebuild 1020 MD5 ea64edb8aaac879cf4c5d01ee6349394 files/digest-tix-8.2.0 63 MD5 19bebbc485fa998898efa8592573adc5 files/tix-8.2.0-gentoo.diff 9779 diff --git a/dev-tcltk/tix/tix-8.2.0.ebuild b/dev-tcltk/tix/tix-8.2.0.ebuild index e6a4a0540df6..c332b76d66c9 100644 --- a/dev-tcltk/tix/tix-8.2.0.ebuild +++ b/dev-tcltk/tix/tix-8.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0.ebuild,v 1.9 2003/10/18 13:25:38 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.2.0.ebuild,v 1.10 2003/10/18 13:26:19 liquidx Exp $ MY_P=${P/-/} S=${WORKDIR}/${MY_P}/unix @@ -32,7 +32,7 @@ src_compile() { --enable-shared || die "./configure failed" ebegin "Fixing the Makefile..." - sed -e 's:TK_LIBS =:TK_LIBS = -L/usr/X11R6/lib -lX11:' -i ${S}/unix/Makefile + sed -e 's:TK_LIBS =:TK_LIBS = -L/usr/X11R6/lib -lX11:' -i ${S}/unix/Makefile eend $? make || die |