diff options
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 + |