summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-01-31 22:34:41 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-01-31 22:34:41 +0000
commit75d20d3f2f7f2196ebc8152712dbf8764e3a8309 (patch)
treecf2dc52cd48e4ff9b6c1b704bc65e5e2754d5745 /dev-db/mysql++/mysql++-1.7.9.ebuild
parentChange SRC_URI to use mirror://sourceforge. (diff)
downloadgentoo-2-75d20d3f2f7f2196ebc8152712dbf8764e3a8309.tar.gz
gentoo-2-75d20d3f2f7f2196ebc8152712dbf8764e3a8309.tar.bz2
gentoo-2-75d20d3f2f7f2196ebc8152712dbf8764e3a8309.zip
removed unpack() from ebuild
Diffstat (limited to 'dev-db/mysql++/mysql++-1.7.9.ebuild')
-rw-r--r--dev-db/mysql++/mysql++-1.7.9.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-db/mysql++/mysql++-1.7.9.ebuild b/dev-db/mysql++/mysql++-1.7.9.ebuild
index 180a69e94c70..bf574964d466 100644
--- a/dev-db/mysql++/mysql++-1.7.9.ebuild
+++ b/dev-db/mysql++/mysql++-1.7.9.ebuild
@@ -24,17 +24,10 @@ LICENSE="LGPL-2"
# Depends on MySQL being installed, duh! :-)
DEPEND="mysql ( >=mysql-3.23.49 )"
-src_unpack() {
-
- # unpack a bunck of stuff and exit
- unpack ${A} ; cd ${S}
+src_compile() {
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
-}
-
-
-src_compile() {
# not including the directives to where MySQL is because it seems to find it
# just fine without