summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xaos/files/xaos-3.6-no-auto-strip.patch')
-rw-r--r--x11-misc/xaos/files/xaos-3.6-no-auto-strip.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-misc/xaos/files/xaos-3.6-no-auto-strip.patch b/x11-misc/xaos/files/xaos-3.6-no-auto-strip.patch
deleted file mode 100644
index ab6e6b56a9b8..000000000000
--- a/x11-misc/xaos/files/xaos-3.6-no-auto-strip.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig 2014-06-09 10:42:00.574129368 -0700
-+++ Makefile.in 2014-06-09 10:43:04.035568767 -0700
-@@ -36,7 +36,7 @@
- @INSTALL@ -d $(DESTDIR)$(datadir)/XaoS/help
- @INSTALL@ -d $(DESTDIR)$(bindir)
- @INSTALL@ -d $(DESTDIR)$(mandir)/man6
-- @INSTALL@ -s bin/xaos $(DESTDIR)$(bindir)
-+ @INSTALL@ bin/xaos $(DESTDIR)$(bindir)
- @INSTALL@ -m 444 tutorial/*.x[ah]f $(DESTDIR)$(datadir)/XaoS/tutorial
-
- @INSTALL@ -m 444 examples/README $(DESTDIR)$(datadir)/XaoS/examples
-@@ -49,7 +49,7 @@
-
- @INSTALL@ -m 444 catalogs/*.cat catalogs/README $(DESTDIR)$(datadir)/XaoS/catalogs
- @INSTALL@ -m 444 help/xaos.hlp $(DESTDIR)$(datadir)/XaoS/help
-- @INSTALL@ -m 444 AUTHORS NEWS COPYING TODO INSTALL ChangeLog ChangeLog.old $(DESTDIR)$(datadir)/XaoS/doc
-+ @INSTALL@ -m 444 AUTHORS NEWS TODO ChangeLog ChangeLog.old $(DESTDIR)$(datadir)/XaoS/doc
- @INSTALL@ -m 444 doc/xaos.6 $(DESTDIR)$(mandir)/man6
- test -z "$(infodir)" || @INSTALL@ -d "$(DESTDIR)$(infodir)"
- @INSTALL@ -m 444 doc/xaos.info $(DESTDIR)$(infodir)/xaos.info