diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:13:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:13:49 +0000 |
commit | eab1b679e07aa9debd2c85efca6629cb71b32ec0 (patch) | |
tree | 331db9ae4336329d2bfe9a84fcde0aa8f9613134 /editors/uemacs/files/patch-freebsd_makefile | |
parent | Fix CANNA option. (diff) |
Rename editors/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'editors/uemacs/files/patch-freebsd_makefile')
-rw-r--r-- | editors/uemacs/files/patch-freebsd_makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/uemacs/files/patch-freebsd_makefile b/editors/uemacs/files/patch-freebsd_makefile new file mode 100644 index 000000000000..714cfa903fd4 --- /dev/null +++ b/editors/uemacs/files/patch-freebsd_makefile @@ -0,0 +1,13 @@ +--- freebsd/makefile.orig Sat Nov 18 13:19:02 1995 ++++ freebsd/makefile Wed Mar 25 15:07:14 1998 +@@ -14,8 +14,8 @@ + + # options and arguments to the C compiler + +-#CFLAGS += -I. -I$(HDIR) +-CFLAGS = -O -I. -I$(HDIR) ++CFLAGS += -I. -I$(HDIR) ++#CFLAGS = -O -I. -I$(HDIR) + + # list of header files + |