summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.1-makefile.patch')
-rw-r--r--sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.1-makefile.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.1-makefile.patch b/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.1-makefile.patch
deleted file mode 100644
index 88248b4432f1..000000000000
--- a/sci-chemistry/openbabel-perl/files/openbabel-perl-2.3.1-makefile.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- scripts/perl/Makefile.PL
-+++ scripts/perl/Makefile.PL
-@@ -37,5 +37,6 @@ 'LDFROM' => $ldfrom,
- 'CC' => $CC,
- 'LD' => '$(CC)',
- 'INC' => '-I../../include -I'.$cmakesrcdir.'/include',
-+ 'DESTDIR' => @ENV{"D"},
- 'OBJECT' => 'openbabel-perl.o'
- );