summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/showconsole/files/showconsole-1.08-build.patch')
-rw-r--r--app-admin/showconsole/files/showconsole-1.08-build.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/showconsole/files/showconsole-1.08-build.patch b/app-admin/showconsole/files/showconsole-1.08-build.patch
new file mode 100644
index 000000000000..520a1607430b
--- /dev/null
+++ b/app-admin/showconsole/files/showconsole-1.08-build.patch
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/143768
+
+--- showconsole-1.08/Makefile
++++ showconsole-1.08/Makefile
+@@ -37,7 +37,7 @@
+ RM = rm -f
+ MKDIR = mkdir -p
+ RMDIR = rm -rf
+- INSTBINFLAGS = -s -m 0700
++ INSTBINFLAGS = -m 0700
+ INSTBIN = install $(INSTBINFLAGS)
+ INSTDOCFLAGS = -c -m 0444
+ INSTDOC = install $(INSTDOCFLAGS)