diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-21 21:05:32 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-21 21:05:36 +0100 |
commit | 16dea1437cb55c11a75b5b018e4ca18b501700d7 (patch) | |
tree | c89b18830b0a4ea43d329bfc617c1a2a8979bbce /sys-apps/zorroutils/files | |
parent | dev-python/easy-thumbnails: Retake for python@ (diff) | |
download | gentoo-16dea1437cb55c11a75b5b018e4ca18b501700d7.tar.gz gentoo-16dea1437cb55c11a75b5b018e4ca18b501700d7.tar.bz2 gentoo-16dea1437cb55c11a75b5b018e4ca18b501700d7.zip |
sys-apps/zorroutils: bump up to 0.05
Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/696776
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-apps/zorroutils/files')
-rw-r--r-- | sys-apps/zorroutils/files/zorroutils-0.05-fix-build-system.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/zorroutils/files/zorroutils-0.05-fix-build-system.patch b/sys-apps/zorroutils/files/zorroutils-0.05-fix-build-system.patch new file mode 100644 index 000000000000..3b981116b89e --- /dev/null +++ b/sys-apps/zorroutils/files/zorroutils-0.05-fix-build-system.patch @@ -0,0 +1,14 @@ +Respect user variables + +--- a/Makefile ++++ b/Makefile +@@ -2,9 +2,5 @@ + # 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 +- + PREFIX=/usr + |