From 84897174f1a5e0b9f52c2af553e2113b3d12b72c Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Fri, 4 Jun 2010 13:07:53 +0000 Subject: dev-ml/ ocamlgsl: In gentoo-x86 svn path=/sunrise/; revision=10647 --- dev-ml/ocamlgsl/files/ocaml-3.11.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 dev-ml/ocamlgsl/files/ocaml-3.11.patch (limited to 'dev-ml/ocamlgsl/files') diff --git a/dev-ml/ocamlgsl/files/ocaml-3.11.patch b/dev-ml/ocamlgsl/files/ocaml-3.11.patch deleted file mode 100644 index 52627ac24..000000000 --- a/dev-ml/ocamlgsl/files/ocaml-3.11.patch +++ /dev/null @@ -1,31 +0,0 @@ - Makefile | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/Makefile b/Makefile -index ae12602..dd68657 100644 ---- a/Makefile -+++ b/Makefile -@@ -16,12 +16,12 @@ OCPP := ocpp - FORT := fort - AWK := gawk - --MNOCYGWIN ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) "NR==1 { print \$$3 }") -+MNOCYGWIN ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) 'NR==1 { print $3 }') - ifeq ($(MNOCYGWIN),-mnocygwin) - OCAML_BACKEND := mingw - endif - --OCAML_BACKEND ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) "NR==1 { print \$$2 }") -+OCAML_BACKEND ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) 'NR==1 { print $2 }') - OCAML_VERSION ?= $(shell $(OCAMLC) -version) - - OCAMLBCFLAGS := -g -@@ -94,7 +94,7 @@ SRC := wrappers.h gsl_misc.ml io.h \ - ifeq ($(OCAML_BACKEND),cl) - include msvc.mak - else --ifeq ($(OCAML_BACKEND),gcc) -+ifneq (,$(findstring gcc,$(OCAML_BACKEND))) - include gcc.mak - else - include mingw.mak -- cgit v1.2.3-65-gdbad