diff options
author | sf <sf@FreeBSD.org> | 2001-01-30 17:33:53 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-30 17:33:53 +0000 |
commit | fa2cf2d3070c2ef90ebd5199763b94523be4c202 (patch) | |
tree | 0ad0e2aee78ac94ea5212c97be3e1dc853b5bdc2 /games/tinymux/files/patch-ab | |
parent | dfc5a13b77ec1bfda0a7120fe4b1680be3bc405a (diff) | |
download | FreeBSD-ports-fa2cf2d3070c2ef90ebd5199763b94523be4c202.zip FreeBSD-ports-fa2cf2d3070c2ef90ebd5199763b94523be4c202.tar.gz |
move MASTER_SITES.
honor CFLAGS, PREFIX.
BUILD_DEPENDS -> LIB_DEPENDS on gdbm.
PR: 24546
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
add missing MAINTAINER.
Diffstat (limited to 'games/tinymux/files/patch-ab')
-rw-r--r-- | games/tinymux/files/patch-ab | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/games/tinymux/files/patch-ab b/games/tinymux/files/patch-ab new file mode 100644 index 0000000..646b42d --- /dev/null +++ b/games/tinymux/files/patch-ab @@ -0,0 +1,31 @@ +--- Makefile.in.orig Fri Nov 6 11:06:00 1998 ++++ Makefile.in Mon Jan 22 23:27:55 2001 +@@ -8,8 +8,10 @@ + VPATH = @srcdir@ + BIN = ../game/bin + CC = @CC@ ++CFLAGS= @CFLAGS@ + # CPP = @CPP@ # This is broken in autoconf. Sigh. + CPP = $(CC) -E ++CPPFLAGS = @CPPFLAGS@ + LIBS = @LIBS@ + LIBOBJS = @LIBOBJS@ + +@@ -18,7 +20,7 @@ + # gmon.out) + #OPTIM = -O + #OPTIM = -g -pg -O +-OPTIM = -g -O ++#OPTIM = -g -O + + # The first set of definitions is for disk-based caching. If you wish to be + # memory based, comment the first set and uncomment the second set. Being +@@ -170,7 +172,7 @@ + LIB_SRC = + LIB_INC = + DEBUG = $(OPTIM) +-ALLCFLAGS = $(CFLAGS) $(DEBUG) $(DEFS) $(COMPRESS_DEFS) $(BASED) $(MALLOC_DEFS) $(CONC_DEFS) $(MOREDEFS) $(RLIM_F) ++ALLCFLAGS = $(CFLAGS) $(CPPFLAGS) $(DEBUG) $(DEFS) $(COMPRESS_DEFS) $(BASED) $(MALLOC_DEFS) $(CONC_DEFS) $(MOREDEFS) $(RLIM_F) + + #Auxiliary files + A_INST = README NOTES HIGHLIGHTS CREDITS CHANGES |