summaryrefslogtreecommitdiff
path: root/community/cromfs/make-generic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/cromfs/make-generic.patch')
-rw-r--r--community/cromfs/make-generic.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/cromfs/make-generic.patch b/community/cromfs/make-generic.patch
deleted file mode 100644
index 6dff65efb..000000000
--- a/community/cromfs/make-generic.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Naur old/configure new/configure
---- old/configure 2012-04-11 09:33:55.000000000 +0200
-+++ new/configure 2012-04-11 12:05:07.098916602 +0200
-@@ -96,9 +96,9 @@
- fi
- }
-
--CFLAGS=""
--CPPFLAGS=""
--LDFLAGS=""
-+CFLAGS="$CFLAGS"
-+CPPFLAGS="$CXXFLAGS"
-+LDFLAGS="$LDFLAGS"
- OPTIM=""
-
- do_echo -n "Determining compiler version to use... "
-@@ -451,6 +451,8 @@
- OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
- fi
-
-+OPTIM=""
-+
- do_echo "Updating Makefile.sets ..."
-
- if [ "$DEBUG" = "1" ]; then