diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:36:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-29 23:36:40 +0000 |
commit | 6e48a5d3687f843d82d7e0217fc496fce37994fa (patch) | |
tree | 9d5977fcb0acac0ad0845c92e349d5f0fe71a660 /devel/xmake | |
parent | 4df3a9a6dff6c910ce72f41a225bd4fdc500adf8 (diff) | |
download | ports-6e48a5d3687f843d82d7e0217fc496fce37994fa.tar.gz ports-6e48a5d3687f843d82d7e0217fc496fce37994fa.zip |
Notes
Diffstat (limited to 'devel/xmake')
-rw-r--r-- | devel/xmake/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/xmake/files/patch-aa b/devel/xmake/files/patch-aa index 7d10dece1820..3c2403d4fab2 100644 --- a/devel/xmake/files/patch-aa +++ b/devel/xmake/files/patch-aa @@ -1,11 +1,11 @@ --- Makefile.orig Sun Jul 26 16:11:40 1998 +++ Makefile Sun Jul 26 16:14:35 1998 -@@ -1,11 +1,12 @@ +@@ -1,11 +1,11 @@ SRCS= include.c list.c main.c subs.c var.c wild.c OBJS= include.o list.o main.o subs.o var.o wild.o -CFLAGS= -g -O2 -Wall -Wstrict-prototypes -+CFLAGS= -O2 -Wall ++CFLAGS+= -Wall LFLAGS= EXE= xmake -IBDIR= /usr/local/bin @@ -13,7 +13,7 @@ +PREFIX?= /usr/local +IBDIR= $(PREFIX)/bin +IMDIR= $(PREFIX)/man/man1 - CC= cc +-CC= cc all: $(EXE) @@ -16,6 +17,6 @@ |