diff options
Diffstat (limited to 'misc/hello/files/patch-aa')
-rw-r--r-- | misc/hello/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/hello/files/patch-aa b/misc/hello/files/patch-aa new file mode 100644 index 0000000..820251a --- /dev/null +++ b/misc/hello/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Dec 29 21:53:22 1999 ++++ Makefile.in Wed Dec 29 21:53:39 1999 +@@ -31,7 +31,7 @@ + DEFS = @DEFS@ + LIBS = @LIBS@ + +-CFLAGS = -g ++CFLAGS ?= -g + LDFLAGS = -g + + prefix = /usr/local |