diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:16 +0000 |
commit | 3e511008adb1aba4e01c7a7455f2c0f2f73b750d (patch) | |
tree | a2c774b78d6585e40bd6cd6bf84d44f36146ae11 /media-libs/SoQt | |
parent | added -lm (diff) | |
download | gentoo-2-3e511008adb1aba4e01c7a7455f2c0f2f73b750d.tar.gz gentoo-2-3e511008adb1aba4e01c7a7455f2c0f2f73b750d.tar.bz2 gentoo-2-3e511008adb1aba4e01c7a7455f2c0f2f73b750d.zip |
The Big Commit. Modifies apps to install into /usr instead of /usr/X11R6. If it breaks, fix it.
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r-- | media-libs/SoQt/SoQt-20010601-r1.ebuild (renamed from media-libs/SoQt/SoQt-20010601.ebuild) | 4 | ||||
-rw-r--r-- | media-libs/SoQt/files/digest-SoQt-20010601 | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/SoQt/SoQt-20010601.ebuild b/media-libs/SoQt/SoQt-20010601-r1.ebuild index 805ba1f5debe..dae600bd8242 100644 --- a/media-libs/SoQt/SoQt-20010601.ebuild +++ b/media-libs/SoQt/SoQt-20010601-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601.ebuild,v 1.2 2001/06/08 01:08:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ A=${P}.tar.gz @@ -17,7 +17,7 @@ DEPEND="virtual/x11 src_compile() { - try ./configure --prefix=/usr/X11R6 --host=${CHOST} --build=${CHOST} + try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} try make } diff --git a/media-libs/SoQt/files/digest-SoQt-20010601 b/media-libs/SoQt/files/digest-SoQt-20010601 deleted file mode 100644 index fa835cc53498..000000000000 --- a/media-libs/SoQt/files/digest-SoQt-20010601 +++ /dev/null @@ -1 +0,0 @@ -MD5 62c2382154d450379858f299bbfb424d SoQt-20010601.tar.gz |