summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-07-09 23:08:10 +0200
committerTony Vroon <chainsaw@gentoo.org>2018-07-11 11:47:04 +0100
commit9dd20403a05f6b816bce24db144ca7d9613e0f42 (patch)
treecf1e7552b453f61277a4e9c75ca35ab44d22ac50 /sys-apps/idle3-tools/files
parentdev-db/percona-xtrabackup: bump to 2.4.12 (diff)
downloadgentoo-9dd20403a05f6b816bce24db144ca7d9613e0f42.tar.gz
gentoo-9dd20403a05f6b816bce24db144ca7d9613e0f42.tar.bz2
gentoo-9dd20403a05f6b816bce24db144ca7d9613e0f42.zip
sys-apps/idle3-tools: bump to version 0.9.3_pre20120123
Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9163
Diffstat (limited to 'sys-apps/idle3-tools/files')
-rw-r--r--sys-apps/idle3-tools/files/makefile.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/idle3-tools/files/makefile.patch b/sys-apps/idle3-tools/files/makefile.patch
new file mode 100644
index 000000000000..ed76049865ee
--- /dev/null
+++ b/sys-apps/idle3-tools/files/makefile.patch
@@ -0,0 +1,22 @@
+--- a/Makefile 2012-01-11 17:18:57.000000000 +0100
++++ b/Makefile 2018-07-09 23:00:04.111252307 +0200
+@@ -6,16 +6,15 @@
+ binprefix =
+ manprefix = /usr
+ exec_prefix = $(binprefix)/
+-sbindir = $(exec_prefix)sbin
++sbindir = $(exec_prefix)usr/sbin
+ mandir = $(manprefix)/share/man
+ oldmandir = $(manprefix)/man
+
+-CC = gcc
++CC ?= gcc
+ STRIP = strip
+
+-CFLAGS := -g -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
++CFLAGS := -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
+
+-LDFLAGS = -s
+ #LDFLAGS = -s -static
+ INSTALL = install
+ INSTALL_DATA = $(INSTALL) -m 644