diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-11 01:29:36 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-11 01:29:36 +0000 |
commit | 41f2027159eed249da6b83615fb35567eed4a338 (patch) | |
tree | c100dc3cd3264d78186415e67beba2ad3394823e /devel/ccache | |
parent | 0c4aeb949c4384e8c096253a934c865546abaf83 (diff) | |
download | ports-41f2027159eed249da6b83615fb35567eed4a338.tar.gz ports-41f2027159eed249da6b83615fb35567eed4a338.zip |
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/files/patch-ccache.c | 4 | ||||
-rw-r--r-- | devel/ccache/files/patch-conf.c | 4 | ||||
-rw-r--r-- | devel/ccache/files/patch-configure | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/ccache/files/patch-ccache.c b/devel/ccache/files/patch-ccache.c index 629b3406a9af..a02a180ff7a5 100644 --- a/devel/ccache/files/patch-ccache.c +++ b/devel/ccache/files/patch-ccache.c @@ -1,7 +1,7 @@ Determine whether cc(1) is clang or gcc at compile-time. ---- ccache.c.orig 2015-10-15 15:01:14.756621000 -0700 -+++ ccache.c 2015-10-15 15:01:47.738326000 -0700 +--- ccache.c.orig 2015-10-08 19:14:23 UTC ++++ ccache.c @@ -1350,6 +1350,11 @@ compiler_is_clang(struct args *args) { char *name = basename(args->argv[0]); diff --git a/devel/ccache/files/patch-conf.c b/devel/ccache/files/patch-conf.c index 2d950b7a5fa0..3fc8d63cd21e 100644 --- a/devel/ccache/files/patch-conf.c +++ b/devel/ccache/files/patch-conf.c @@ -1,5 +1,5 @@ ---- conf.c.orig 2015-01-16 16:26:23.872241677 -0600 -+++ conf.c 2015-01-16 16:27:00.595237894 -0600 +--- conf.c.orig 2015-10-08 19:14:23 UTC ++++ conf.c @@ -321,7 +321,11 @@ conf_create(void) conf->read_only = false; conf->read_only_direct = false; diff --git a/devel/ccache/files/patch-configure b/devel/ccache/files/patch-configure index 66b972b47401..010d9bf2f495 100644 --- a/devel/ccache/files/patch-configure +++ b/devel/ccache/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2015-10-08 12:14:23.000000000 -0700 -+++ configure 2015-10-27 10:49:04.338642000 -0700 -@@ -3672,7 +3672,7 @@ +--- configure.orig 2015-10-08 19:14:23 UTC ++++ configure +@@ -3672,7 +3672,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>c ;; *) @@ -9,7 +9,7 @@ ;; esac -@@ -3694,7 +3694,7 @@ +@@ -3694,7 +3694,7 @@ $as_echo "#define _XOPEN_SOURCE_EXTENDED esac |