summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-01-14 00:20:30 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-01-14 00:20:30 +0000
commitb76927e4c4ae4d6588fa6cf376a8c6b623cb4b1f (patch)
tree6234f5a8f845c87b0c7e0a14a524b80e020a04b8 /dev-db/mysql++/mysql++-1.7.9.ebuild
parenteinfoi (diff)
downloadhistorical-b76927e4c4ae4d6588fa6cf376a8c6b623cb4b1f.tar.gz
historical-b76927e4c4ae4d6588fa6cf376a8c6b623cb4b1f.tar.bz2
historical-b76927e4c4ae4d6588fa6cf376a8c6b623cb4b1f.zip
removed bloat... moved patch to ibiblio
Diffstat (limited to 'dev-db/mysql++/mysql++-1.7.9.ebuild')
-rw-r--r--dev-db/mysql++/mysql++-1.7.9.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/mysql++/mysql++-1.7.9.ebuild b/dev-db/mysql++/mysql++-1.7.9.ebuild
index c959bc968985..180a69e94c70 100644
--- a/dev-db/mysql++/mysql++-1.7.9.ebuild
+++ b/dev-db/mysql++/mysql++-1.7.9.ebuild
@@ -10,7 +10,8 @@ DESCRIPTION="C++ API interface to the MySQL database"
SRC_URI="http://mysql.he.net/Downloads/mysql++/mysql++-1.7.9.tar.gz
http://mysql.adgrafix.com/Downloads/mysql++/mysql++-1.7.9.tar.gz
http://mysql.fastmirror.com/Downloads/mysql++/mysql++-1.7.9.tar.gz
- http://mysql.oms-net.nl/Downloads/mysql++/mysql++-1.7.9.tar.gz"
+ http://mysql.oms-net.nl/Downloads/mysql++/mysql++-1.7.9.tar.gz
+ mirror://gentoo/mysql++-gcc-3.0.patch"
# This is the download page but includes links to other places
HOMEPAGE="http://www.mysql.org/downloads/api-mysql++.html"
@@ -27,7 +28,7 @@ src_unpack() {
# unpack a bunck of stuff and exit
unpack ${A} ; cd ${S}
- patch -p1 < ${FILESDIR}/mysql++-gcc-3.0.patch || die
+ patch -p1 < ${DISTFILES}/mysql++-gcc-3.0.patch || die
patch -p1 < ${FILESDIR}/mysql++-gcc-3.2.patch || die
patch -p1 < ${FILESDIR}/mysql++-1.7.9_example.patch || die
}