diff options
author | 2001-05-04 22:49:52 +0000 | |
---|---|---|
committer | 2001-05-04 22:49:52 +0000 | |
commit | 54445e1242818fd540e008293d8899e50fe0dbff (patch) | |
tree | 16c562d3c155cc8f1615568f912ba38adbc3f689 /net-misc/clockspeed | |
parent | *** empty log message *** (diff) | |
download | historical-54445e1242818fd540e008293d8899e50fe0dbff.tar.gz historical-54445e1242818fd540e008293d8899e50fe0dbff.tar.bz2 historical-54445e1242818fd540e008293d8899e50fe0dbff.zip |
*** empty log message ***
Diffstat (limited to 'net-misc/clockspeed')
-rw-r--r-- | net-misc/clockspeed/files/clockspeed-0.62-r1-gentoo.diff | 34 |
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" |