diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-11-25 12:37:41 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-11-25 12:39:42 -0500 |
commit | 4fe59e92e50c3ca9486471d87b63acd6b9650eb7 (patch) | |
tree | a14f01cf5cff001b51968e17b1b706bb053788ff /games-util/ucon64/files | |
parent | net-analyzer/nagios-check_linux_bonding: update EAPI 5 -> 8 (diff) | |
download | gentoo-4fe59e92e50c3ca9486471d87b63acd6b9650eb7.tar.gz gentoo-4fe59e92e50c3ca9486471d87b63acd6b9650eb7.tar.bz2 gentoo-4fe59e92e50c3ca9486471d87b63acd6b9650eb7.zip |
games-util/ucon64: add 2.2.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util/ucon64/files')
-rw-r--r-- | games-util/ucon64/files/ucon64-2.2.2-respect-flags.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games-util/ucon64/files/ucon64-2.2.2-respect-flags.patch b/games-util/ucon64/files/ucon64-2.2.2-respect-flags.patch new file mode 100644 index 000000000000..9e772fe6c76a --- /dev/null +++ b/games-util/ucon64/files/ucon64-2.2.2-respect-flags.patch @@ -0,0 +1,29 @@ +--- a/Makefile ++++ b/Makefile +@@ -13,3 +13,3 @@ + +-CFLAGS+=-I. -Wall -W -Wno-implicit-fallthrough -O3 -fsigned-char ++CFLAGS+=-I. -Wall -W -Wno-implicit-fallthrough -fsigned-char + ifneq ($(findstring clang,$(CC)),clang) +@@ -21,3 +21,2 @@ + # ld: warning: option -s is obsolete and being ignored +-LDFLAGS+=-s + endif +--- a/backup/libcd64/Makefile ++++ b/backup/libcd64/Makefile +@@ -1,3 +1,2 @@ + ifeq ($(CC),cc) +-CC=gcc + endif +@@ -12,5 +11,3 @@ + else +-CFLAGS+=-O3 -funroll-loops + ifneq ($(findstring clang,$(CC)),clang) +-CFLAGS+=-fexpensive-optimizations + endif +--- a/libdiscmage/Makefile.in ++++ b/libdiscmage/Makefile.in +@@ -37,3 +37,2 @@ + # /usr/bin/libtool: -static not specified, -s invalid +-LDFLAGS+=-s + endif |