diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-06-13 04:03:26 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-06-13 04:03:26 +0000 |
commit | c76e03ea72e9fcf0a936f884ce955dd6f0349c22 (patch) | |
tree | 65fb452624de49c06b0e9c57f5960046444c7a24 /x11-plugins/ascpu/files | |
parent | stable on ppc64, bug #53766 (Manifest recommit) (diff) | |
download | gentoo-2-c76e03ea72e9fcf0a936f884ce955dd6f0349c22.tar.gz gentoo-2-c76e03ea72e9fcf0a936f884ce955dd6f0349c22.tar.bz2 gentoo-2-c76e03ea72e9fcf0a936f884ce955dd6f0349c22.zip |
Version bump. Closing bug #51878.
Diffstat (limited to 'x11-plugins/ascpu/files')
-rw-r--r-- | x11-plugins/ascpu/files/ascpu-1.10-gentoo.patch | 28 | ||||
-rw-r--r-- | x11-plugins/ascpu/files/digest-ascpu-1.10 | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/x11-plugins/ascpu/files/ascpu-1.10-gentoo.patch b/x11-plugins/ascpu/files/ascpu-1.10-gentoo.patch new file mode 100644 index 000000000000..674c97465e18 --- /dev/null +++ b/x11-plugins/ascpu/files/ascpu-1.10-gentoo.patch @@ -0,0 +1,28 @@ +diff -Naur autoconf_/Makefile.common.in autoconf/Makefile.common.in +--- autoconf_/Makefile.common.in 2004-06-13 05:56:03.076266616 +0200 ++++ autoconf/Makefile.common.in 2004-06-13 05:56:43.281154544 +0200 +@@ -10,10 +10,10 @@ + + install.bin: $(PROG) + $(STRIP) $(PROG) +- $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR) ++ $(INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(AFTER_BIN_DIR) + + install.man: +- $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x ++ $(INSTALL_DATA) $(PROG).man ${DESTDIR}$(AFTER_MAN_DIR)/$(PROG).1x + + uninstall: + $(RMF) $(AFTER_BIN_DIR)/$(PROG) +diff -Naur autoconf_/Makefile.defines.in autoconf/Makefile.defines.in +--- autoconf_/Makefile.defines.in 2004-06-13 05:56:03.075266768 +0200 ++++ autoconf/Makefile.defines.in 2004-06-13 05:57:30.987902016 +0200 +@@ -2,6 +2,8 @@ + # Copyright (c) 1998, Guylhem AZNAR <guylhem@oeil.qc.ca> + # + ++DESTDIR = ++ + CC = @CC@ + CCFLAGS = @CFLAGS@ + # -march=pentiumpro -mcpu=pentiumpro diff --git a/x11-plugins/ascpu/files/digest-ascpu-1.10 b/x11-plugins/ascpu/files/digest-ascpu-1.10 new file mode 100644 index 000000000000..424f0a68cc2c --- /dev/null +++ b/x11-plugins/ascpu/files/digest-ascpu-1.10 @@ -0,0 +1 @@ +MD5 5194f1e5e199fadd618ff8cf1a8a7a71 ascpu-1.10.tar.gz 43622 |