summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/golly/files/golly-2.1-perl-ldopts.patch')
-rw-r--r--app-misc/golly/files/golly-2.1-perl-ldopts.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-misc/golly/files/golly-2.1-perl-ldopts.patch b/app-misc/golly/files/golly-2.1-perl-ldopts.patch
deleted file mode 100644
index a98178f8f..000000000
--- a/app-misc/golly/files/golly-2.1-perl-ldopts.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- golly-2.1-src.old/makefile-gtk 2009-09-07 02:33:06.000000000 +0200
-+++ golly-2.1-src.new/makefile-gtk 2010-06-08 17:32:21.000000000 +0200
-@@ -29,7 +29,7 @@
- # than 5.10 (this is necessary because boot_DynaLoader is in DynaLoader.a);
- # if using 5.10 or later we can dynamically load the Perl library because
- # it contains the boot_DynaLoader code
--PERL_LINK = `perl -MExtUtils::Embed -e '$$]<5.010 && ldopts'`
-+PERL_LINK = `perl -MExtUtils::Embed -e 'ldopts'`
-
- # for Python script support
- PYTHON_INCLUDE = -I`python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_inc()"`