summaryrefslogtreecommitdiff
path: root/x11-plugins/asmem/files
Unidiff
Diffstat (limited to 'x11-plugins/asmem/files') (more/less context) (ignore whitespace changes)
-rw-r--r--x11-plugins/asmem/files/asmem-1.10-gentoo.patch35
-rw-r--r--x11-plugins/asmem/files/digest-asmem-1.10-r13
2 files changed, 38 insertions, 0 deletions
diff --git a/x11-plugins/asmem/files/asmem-1.10-gentoo.patch b/x11-plugins/asmem/files/asmem-1.10-gentoo.patch
new file mode 100644
index 0000000..9a59ae0
--- a/dev/null
+++ b/x11-plugins/asmem/files/asmem-1.10-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@
diff --git a/x11-plugins/asmem/files/digest-asmem-1.10-r1 b/x11-plugins/asmem/files/digest-asmem-1.10-r1
new file mode 100644
index 0000000..2dc5f95
--- a/dev/null
+++ b/x11-plugins/asmem/files/digest-asmem-1.10-r1
@@ -0,0 +1,3 @@
1MD5 b770016b0d1bc4c9fca247827bb25293 asmem-1.10.tar.gz 47802
2RMD160 b6aec0ba9ac5a2f9a591223465ba15cb3a58ea7b asmem-1.10.tar.gz 47802
3SHA256 fc484d4be3d32c39feffd190293475412f4e3bd601ae7368923efd24f001a177 asmem-1.10.tar.gz 47802