summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-09-20 08:52:26 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-09-20 08:52:26 +0000
commitb3532a2738998005f0bf8460a22fd6ab239b969a (patch)
tree5767af625e33fbabe1571c6073e81b3a1d0d5fd6 /dev-perl
parentAdded ppc keyword to icewm-1.2.0-r1.ebuild (diff)
downloadhistorical-b3532a2738998005f0bf8460a22fd6ab239b969a.tar.gz
historical-b3532a2738998005f0bf8460a22fd6ab239b969a.tar.bz2
historical-b3532a2738998005f0bf8460a22fd6ab239b969a.zip
Forgot to add the patch
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/DBD-mysql/files/makemaker.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-perl/DBD-mysql/files/makemaker.patch b/dev-perl/DBD-mysql/files/makemaker.patch
new file mode 100644
index 000000000000..dd19b98b8a18
--- /dev/null
+++ b/dev-perl/DBD-mysql/files/makemaker.patch
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig Tue Apr 16 09:51:39 2002
++++ Makefile.PL Tue Apr 16 09:54:32 2002
+@@ -77,7 +77,6 @@
+ $cflags .= " -DDBD_MYSQL_WITH_SSL" if $opt->{'ssl'};
+ my %o = ( 'NAME' => 'DBD::mysql',
+ 'INC' => $cflags,
+- 'EXE_FILES' => 'dbimon pmysql',
+ 'dist' => { 'SUFFIX' => ".gz",
+ 'DIST_DEFAULT' => 'all installhtml tardist',
+ 'COMPRESS' => "gzip -9f" },