diff options
Diffstat (limited to 'sysutils/memdump/files/patch-Makefile')
-rw-r--r-- | sysutils/memdump/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/memdump/files/patch-Makefile b/sysutils/memdump/files/patch-Makefile new file mode 100644 index 000000000000..8064650a1845 --- /dev/null +++ b/sysutils/memdump/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Wed Jun 16 23:37:28 2004 ++++ Makefile Wed Jun 16 23:37:47 2004 +@@ -3,7 +3,7 @@ + OPT = -O + DEBUG = -g + PROGS = memdump +-CFLAGS = $(OPT) $(DEBUG) -I. $(XFLAGS) $(DEFS) ++CFLAGS += $(OPT) $(DEBUG) -I. $(XFLAGS) $(DEFS) + OBJS = memdump.o convert_size.o error.o mymalloc.o + PROGS = memdump + MAN = memdump.1 |