summaryrefslogtreecommitdiff
path: root/x11/rxvt/files/patch-ab
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-08 02:31:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-08 02:31:59 +0000
commit5428d50cccdd275f43ea8d483ee96c15f77c37a1 (patch)
tree81652663175e4379d44102cb9309d9cc33d9dc81 /x11/rxvt/files/patch-ab
parentNo `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE, (diff)
Update to version 2.16
Submitted by: Matthew N. Dodd <winter@jurai.net> (with some mods by me)
Notes
Notes: svn path=/head/; revision=4885
Diffstat (limited to 'x11/rxvt/files/patch-ab')
-rw-r--r--x11/rxvt/files/patch-ab33
1 files changed, 10 insertions, 23 deletions
diff --git a/x11/rxvt/files/patch-ab b/x11/rxvt/files/patch-ab
index fb2c7d1e507f..0c8209f7823f 100644
--- a/x11/rxvt/files/patch-ab
+++ b/x11/rxvt/files/patch-ab
@@ -1,23 +1,10 @@
-*** command.c.old Mon Dec 5 01:07:33 1994
---- command.c Mon Dec 5 01:07:49 1994
-***************
-*** 373,381 ****
- {
- int pgrp = getpid();
- ioctl(0, TIOCSPGRP, (char *)&pgrp);
-! setpgrp();
- close(open(ttynam, O_WRONLY, 0));
-! setpgrp ();
- }
-
- /* init of termios structure */
---- 373,381 ----
- {
- int pgrp = getpid();
- ioctl(0, TIOCSPGRP, (char *)&pgrp);
-! setpgrp(0,pgrp);
- close(open(ttynam, O_WRONLY, 0));
-! setpgrp (0,pgrp);
- }
-
- /* init of termios structure */
+--- Make.common.in.orig Tue Apr 2 09:00:00 1996
++++ Make.common.in Sat Dec 7 17:08:14 1996
+@@ -42,6 +42,7 @@
+
+ # Flags & libs
+ # cannot use := to append (except GNU make), so do it this way.
++XINC = $(prefix)/include -I..
+ XCFLAGS = @CFLAGS@
+ XCPPFLAGS = @CPPFLAGS@ $(XINC)
+ XLDFLAGS = @LDFLAGS@