diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 05:48:00 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 05:48:00 +0000 |
commit | b9c3376da82e34c55ec1156a1ff9af1aea205ffe (patch) | |
tree | 66a9b610b1271e83b09042cd17edb5a4d90e8374 /misc/wmmand/files | |
parent | b19759bb2d14e7c5497f27e49e6908bd22c864fe (diff) |
Notes
Diffstat (limited to 'misc/wmmand/files')
-rw-r--r-- | misc/wmmand/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/wmmand/files/patch-aa b/misc/wmmand/files/patch-aa new file mode 100644 index 000000000000..17b6dc7e2c9b --- /dev/null +++ b/misc/wmmand/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Fri Apr 16 14:55:02 1999 ++++ Makefile Fri Apr 16 14:55:26 1999 +@@ -1,6 +1,7 @@ +-CC = gcc +-CFLAGS = -O2 -Wall +-INCDIR = -I/usr/X11R6/include/X11 ++CC ?= gcc ++CFLAGS ?= -O2 ++CFLAGS += -Wall ++INCDIR = -I/usr/X11R6/include + DESTDIR= /usr/X11R6 + LIBDIR = -L/usr/X11R6/lib + # for linux |