summaryrefslogtreecommitdiff
path: root/x11/rxvt-devel/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-07 12:30:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-07 12:30:12 +0000
commitf7bf261eed240226c544fedd4748adcce75f11ec (patch)
treeda12c46b25273e76dec8a4b6821209d4fd03ad31 /x11/rxvt-devel/files
parentUpgrade to 2.20. (diff)
Upgrade to 2.20.
Notes
Notes: svn path=/head/; revision=5908
Diffstat (limited to 'x11/rxvt-devel/files')
-rw-r--r--x11/rxvt-devel/files/patch-aa14
-rw-r--r--x11/rxvt-devel/files/patch-ac29
2 files changed, 7 insertions, 36 deletions
diff --git a/x11/rxvt-devel/files/patch-aa b/x11/rxvt-devel/files/patch-aa
index db6bfb619da0..023eb0f45fff 100644
--- a/x11/rxvt-devel/files/patch-aa
+++ b/x11/rxvt-devel/files/patch-aa
@@ -1,11 +1,11 @@
---- Makefile.in.orig Tue Apr 2 09:00:00 1996
-+++ Makefile.in Sat Dec 7 16:38:15 1996
-@@ -9,7 +9,7 @@
+--- Makefile.in.orig Fri Sep 27 10:48:20 1996
++++ Makefile.in Mon Feb 24 01:09:28 1997
+@@ -7,7 +7,7 @@
first_rule: all
dummy:
--subdirs=src doc rclock test/graphics test/vttest
-+subdirs=src doc #rclock test/graphics test/vttest
+-subdirs = src doc rclock src/graphics
++subdirs = src doc #rclock src/graphics
+
+ DIST_ETC = etc/XTerm.ad etc/color etc/termcap etc/terminfo etc/xmkdir
- DIST_ETC = etc/xmkdir etc/XTerm.ad etc/termcap etc/terminfo
- DIST_OLD = etc/old/Imakefile etc/old/Makefile etc/old/config.h
diff --git a/x11/rxvt-devel/files/patch-ac b/x11/rxvt-devel/files/patch-ac
deleted file mode 100644
index b1c6fd150e1f..000000000000
--- a/x11/rxvt-devel/files/patch-ac
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/Makefile.in.orig Tue Apr 2 09:00:00 1996
-+++ src/Makefile.in Sat Dec 7 17:29:38 1996
-@@ -6,7 +6,7 @@
- first_rule: all
- dummy:
-
--CFLAGS = $(XCFLAGS)
-+CFLAGS = $(XCFLAGS) -DFREEBSD
- CPPFLAGS = $(XCPPFLAGS)
- LDFLAGS = $(XLDFLAGS)
- DEFS = $(XDEFS)
-@@ -34,7 +34,7 @@
- all: rxvt
-
- rxvt: VERSION depend $(OBJS)
-- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) -lX11
-+ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) -L$(prefix)/lib -lX11
-
- VERSION:
- @echo "#define VERSION \""$(VERSION)"\""
-@@ -72,7 +72,7 @@
- depend dep: .depend
-
- .depend:
-- $(DEPEND) -s "# DO NOT DELETE" -- $(CPPFLAGS) -- $(SRCS)
-+ $(DEPEND) -I$(XINC) -s "# DO NOT DELETE" -- $(CPPFLAGS) -- $(SRCS)
- @touch .depend
-
- # ------------------------------------------------------------------------