diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-08-09 21:01:37 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-08-09 21:01:37 +0000 |
| commit | 348cb221c1359ccdaac31189889bf7a56d59852e (patch) | |
| tree | 9cd55d74280f144cc29eed67228a2d6c629aa899 /x11/rxvt-devel/files/patch-aa | |
| parent | Upgrade to version 3.196 (diff) | |
Fix building on FreeBSD 5.x (link with libutil) after maintainer
timeout (43 days).
While I'm at it, update 2.7.8 -> 2.7.10. This fixes XIM OverTheSpot for me.
Notes
Notes:
svn path=/head/; revision=86680
Diffstat (limited to 'x11/rxvt-devel/files/patch-aa')
| -rw-r--r-- | x11/rxvt-devel/files/patch-aa | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/x11/rxvt-devel/files/patch-aa b/x11/rxvt-devel/files/patch-aa index 6474271cd903..f07f98d8a4d8 100644 --- a/x11/rxvt-devel/files/patch-aa +++ b/x11/rxvt-devel/files/patch-aa @@ -1,11 +1,19 @@ ---- Makefile.in.orig Fri Dec 24 20:05:41 1999 -+++ Makefile.in Fri Dec 24 20:05:48 1999 -@@ -9,7 +9,7 @@ - first_rule: all - dummy: - --subdirs = src doc rclock src/graphics src/test -+subdirs = src doc # rclock src/graphics src/test - - DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog - +*** Makefile.in.orig Sat Aug 9 15:44:33 2003 +--- Makefile.in Sat Aug 9 15:44:39 2003 +*************** +*** 9,15 **** + first_rule: all + dummy: + +! subdirs = src doc rclock src/graphics src/test + allsubdirs = W11 $(subdirs) + + DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog +--- 9,15 ---- + first_rule: all + dummy: + +! subdirs = src doc #rclock src/graphics src/test + allsubdirs = W11 $(subdirs) + + DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog |
