summaryrefslogtreecommitdiff
path: root/sys-apps/zorroutils/files/zorroutils-0.04-fix-build-system.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/zorroutils/files/zorroutils-0.04-fix-build-system.patch')
-rw-r--r--sys-apps/zorroutils/files/zorroutils-0.04-fix-build-system.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/zorroutils/files/zorroutils-0.04-fix-build-system.patch b/sys-apps/zorroutils/files/zorroutils-0.04-fix-build-system.patch
new file mode 100644
index 000000000000..6e05cab86d81
--- /dev/null
+++ b/sys-apps/zorroutils/files/zorroutils-0.04-fix-build-system.patch
@@ -0,0 +1,15 @@
+Respect user variables
+
+--- a/Makefile
++++ b/Makefile
+@@ -2,10 +2,6 @@
+ # Makefile for Linux Zorro Utilities
+ # Copyright (C) 1998--2000 Geert Uytterhoeven <geert@linux-m68k.org>
+
+-CC=gcc
+-OPT=-O3 -fomit-frame-pointer
+-CFLAGS=$(OPT) -Wall
+-
+ ROOT=/
+ PREFIX=/usr
+