diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /x11/rxvt/files/patch-aa | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'x11/rxvt/files/patch-aa')
-rw-r--r-- | x11/rxvt/files/patch-aa | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/x11/rxvt/files/patch-aa b/x11/rxvt/files/patch-aa deleted file mode 100644 index 87953ca79716..000000000000 --- a/x11/rxvt/files/patch-aa +++ /dev/null @@ -1,52 +0,0 @@ -*** Imakefile.orig Thu Oct 20 15:23:25 1994 ---- Imakefile Mon Dec 5 01:22:49 1994 -*************** -*** 4,10 **** - */ - - # uncomment for gcc -! CC=gcc - - # add -DDEBUG to get rxvt to self-check for internal screen corruption - # add -DDEBUG_MALLOC to self check on out of bound memory usage. ---- 4,10 ---- - */ - - # uncomment for gcc -! CC=cc - - # add -DDEBUG to get rxvt to self-check for internal screen corruption - # add -DDEBUG_MALLOC to self check on out of bound memory usage. -*************** -*** 77,86 **** - #EXTRA_LOAD_FLAGS= -lc -lucb - - # Using this defines adds in UTMP support for Sun OS 4.1.x -! EXTRA_DEFINES = -DBSD -DUTMP_SUPPORT -DUTMP=\"/etc/utmp\" -DBSD -DTTYTAB=\"/etc/ttytab\" -DPRINT_PIPE $(GREEK_EXTRA) -DMAX_REFRESH_PERIOD=10 -DMULTIPLE_CLICKS -DFAKE_RESOURCES -DUSE_XCOPYAREA -DCOLOR -DGRAPHICS - - # for FreeBSD -! #EXTRA_DEFINES = -DUTMP_SUPPORT -DUTMP=\"/var/run/utmp\" -DBSD -DFREEBSD -DTTYTAB=\"/etc/ttys\" -DPRINT_PIPE $(GREEK_EXTRA) -DMAX_REFRESH_PERIOD=10 -DMULTIPLE_CLICKS -DFAKE_RESOURCES -DCOLOR -DGRAPHICS - - # for NetBSD 0.9 - #DEFS = -DUTMP_SUPPORT -DUTMP=\"/var/run/utmp\" -DBSD -DFREEBSD -DTTYTAB=\"/etc/ttys\" -DPRINT_PIPE $(GREEK_EXTRA) -DMAX_REFRESH_PERIOD=10 -DMULTIPLE_CLICKS -DFAKE_RESOURCES -DCOLOR -DGRAPHICS ---- 77,86 ---- - #EXTRA_LOAD_FLAGS= -lc -lucb - - # Using this defines adds in UTMP support for Sun OS 4.1.x -! #EXTRA_DEFINES = -DBSD -DUTMP_SUPPORT -DUTMP=\"/etc/utmp\" -DBSD -DTTYTAB=\"/etc/ttytab\" -DPRINT_PIPE $(GREEK_EXTRA) -DMAX_REFRESH_PERIOD=10 -DMULTIPLE_CLICKS -DFAKE_RESOURCES -DUSE_XCOPYAREA -DCOLOR -DGRAPHICS - - # for FreeBSD -! EXTRA_DEFINES = -DUTMP_SUPPORT -DUTMP=\"/var/run/utmp\" -DBSD -DFREEBSD -DTTYTAB=\"/etc/ttys\" -DPRINT_PIPE $(GREEK_EXTRA) -DMAX_REFRESH_PERIOD=10 -DMULTIPLE_CLICKS -DFAKE_RESOURCES -DCOLOR -DGRAPHICS - - # for NetBSD 0.9 - #DEFS = -DUTMP_SUPPORT -DUTMP=\"/var/run/utmp\" -DBSD -DFREEBSD -DTTYTAB=\"/etc/ttys\" -DPRINT_PIPE $(GREEK_EXTRA) -DMAX_REFRESH_PERIOD=10 -DMULTIPLE_CLICKS -DFAKE_RESOURCES -DCOLOR -DGRAPHICS -*************** -*** 95,100 **** ---- 95,101 ---- - - DEPLIBS = $(DEPXLIB) - LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -+ INSTALLFLAGS = -g wheel -o root -c -s -m 4755 - - SRCS = rxvt.c command.c sbar.c screen.c utmp.c xsetup.c debug.c resources.c graphics.c\ - $(GREEK_SRC) |