diff options
Diffstat (limited to 'dev-util/bugle/files/bugle-0.0.20061109-makefile-typo.patch')
-rw-r--r-- | dev-util/bugle/files/bugle-0.0.20061109-makefile-typo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/bugle/files/bugle-0.0.20061109-makefile-typo.patch b/dev-util/bugle/files/bugle-0.0.20061109-makefile-typo.patch new file mode 100644 index 000000000..a08afb0fc --- /dev/null +++ b/dev-util/bugle/files/bugle-0.0.20061109-makefile-typo.patch @@ -0,0 +1,11 @@ +--- bugle-0.0.20061109.orig/Makefile.am 2006-11-09 13:35:00.000000000 +0100 ++++ bugle-0.0.20061109/Makefile.am 2006-11-09 13:35:13.000000000 +0100 +@@ -122,7 +122,7 @@ + # ccache doesn't play nice with -fdump-translation-unit, so we disable it + src/data/gl.tu: src/data/gl.c src/data/overrides.h + $(INSTALL) -d src/data +- CCACHE_DISPLAY=1 $(COMPILE) -fdump-translation-unit -c $(srcdir)/src/data/gl.c -o src/data/gl.o ++ CCACHE_DISABLE=1 $(COMPILE) -fdump-translation-unit -c $(srcdir)/src/data/gl.c -o src/data/gl.o + rm -f src/data/gl.o + mv gl.c.`test -f gl.c.t00.tu && echo t00.`tu src/data/gl.tu + |