summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-10-18 13:26:24 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-10-18 13:26:24 +0000
commitbc679fd35ff3b0ca98193f281e074f5430c10a1d (patch)
tree9a88e4b2d05a8aeb88fd1e88cdcfa4e59805b9f1 /dev-tcltk/tix/tix-8.2.0.ebuild
parentfix linking to X11 libs (diff)
downloadgentoo-2-bc679fd35ff3b0ca98193f281e074f5430c10a1d.tar.gz
gentoo-2-bc679fd35ff3b0ca98193f281e074f5430c10a1d.tar.bz2
gentoo-2-bc679fd35ff3b0ca98193f281e074f5430c10a1d.zip
fix linking to X11 libs
Diffstat (limited to 'dev-tcltk/tix/tix-8.2.0.ebuild')
-rw-r--r--dev-tcltk/tix/tix-8.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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