summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-04 22:49:52 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-04 22:49:52 +0000
commit7f660d866c6342598881ce0930c46b181215a5d7 (patch)
tree7247de9ce7c0012c3baa8e948a70c5a8a1e50ff2 /net-misc/clockspeed
parent*** empty log message *** (diff)
downloadgentoo-2-7f660d866c6342598881ce0930c46b181215a5d7.tar.gz
gentoo-2-7f660d866c6342598881ce0930c46b181215a5d7.tar.bz2
gentoo-2-7f660d866c6342598881ce0930c46b181215a5d7.zip
*** empty log message ***
Diffstat (limited to 'net-misc/clockspeed')
-rw-r--r--net-misc/clockspeed/files/clockspeed-0.62-r1-gentoo.diff34
1 files changed, 34 insertions, 0 deletions
diff --git a/net-misc/clockspeed/files/clockspeed-0.62-r1-gentoo.diff b/net-misc/clockspeed/files/clockspeed-0.62-r1-gentoo.diff
new file mode 100644
index 000000000000..9e996aa78206
--- /dev/null
+++ b/net-misc/clockspeed/files/clockspeed-0.62-r1-gentoo.diff
@@ -0,0 +1,34 @@
+diff -ur clockspeed-0.62.orig/conf-cc clockspeed-0.62/conf-cc
+--- clockspeed-0.62.orig/conf-cc Tue Oct 13 13:37:49 1998
++++ clockspeed-0.62/conf-cc Thu Apr 19 19:55:16 2001
+@@ -1,3 +1,3 @@
+-gcc -O2
++gcc @CFLAGS@
+
+ This will be used to compile .c files.
+diff -ur clockspeed-0.62.orig/conf-home clockspeed-0.62/conf-home
+--- clockspeed-0.62.orig/conf-home Tue Oct 13 13:37:49 1998
++++ clockspeed-0.62/conf-home Thu Apr 19 19:55:00 2001
+@@ -1,4 +1,4 @@
+-/usr/local/clockspeed
++/usr
+
+ This is the clockspeed home directory. Programs will be installed in
+ .../bin.
+diff -ur clockspeed-0.62.orig/conf-ld clockspeed-0.62/conf-ld
+--- clockspeed-0.62.orig/conf-ld Tue Oct 13 13:37:49 1998
++++ clockspeed-0.62/conf-ld Thu Apr 19 19:54:54 2001
+@@ -1,3 +1,3 @@
+-gcc -s
++gcc
+
+ This will be used to link .o files into an executable.
+--- clockspeed-0.62/clockview.c~ Tue Oct 13 19:37:49 1998
++++ clockspeed-0.62/clockview.c Thu Apr 26 01:11:43 2001
+@@ -1,5 +1,5 @@
+ #include <sys/types.h>
+-#include <sys/time.h>
++#include <time.h>
+ #include "substdio.h"
+ #include "readwrite.h"
+ #include "strerr.h"