summaryrefslogtreecommitdiff
path: root/x11-plugins/asmem/files/asmem-1.12-gentoo.patch
Unidiff
Diffstat (limited to 'x11-plugins/asmem/files/asmem-1.12-gentoo.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--x11-plugins/asmem/files/asmem-1.12-gentoo.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-plugins/asmem/files/asmem-1.12-gentoo.patch b/x11-plugins/asmem/files/asmem-1.12-gentoo.patch
new file mode 100644
index 0000000..9a59ae0
--- a/dev/null
+++ b/x11-plugins/asmem/files/asmem-1.12-gentoo.patch
@@ -0,0 +1,35 @@
1 --- autoconf/Makefile.common.in.orig1999-03-07 14:12:42.000000000 +0100
2 +++ autoconf/Makefile.common.in2006-09-12 00:01:00.000000000 +0200
3@@ -9,11 +9,10 @@
4 install:install.bin install.man
5
6 install.bin:$(PROG)
7 - $(STRIP) $(PROG)
8 - $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
9 + $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(AFTER_BIN_DIR)
10
11 install.man:
12 - $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
13 + $(INSTALL_DATA) $(PROG).man $(DESTDIR)$(AFTER_MAN_DIR)/$(PROG).1x
14
15 uninstall:
16 $(RMF) $(AFTER_BIN_DIR)/$(PROG)
17 --- autoconf/Makefile.defines.in.orig2000-06-16 16:01:50.000000000 +0200
18 +++ autoconf/Makefile.defines.in2006-09-12 00:01:33.000000000 +0200
19@@ -2,6 +2,7 @@
20 # Copyright (c) 1998, Guylhem AZNAR <guylhem@oeil.qc.ca>
21 #
22
23 +DESTDIR =
24 CC = @CC@
25 CCFLAGS = @CFLAGS@
26 # -march=pentiumpro -mcpu=pentiumpro
27@@ -22,7 +23,7 @@
28 INSTALL_MODE= @INSTALL_MODE@
29
30 INSTALL = @INSTALL@
31 -INSTALL_PROGRAM= @INSTALL@ -s @INSTALL_MODE@
32 +INSTALL_PROGRAM= @INSTALL@ -m 755 @INSTALL_MODE@
33 INSTALL_DATA= @INSTALL@ -m 644
34
35 INCS_X = @X_CFLAGS@