pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/scrotwm Make it compile on systems which don't happ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ac2f3e16e18
branches: trunk
changeset: 555900:8ac2f3e16e18
user: hasso <hasso%pkgsrc.org@localhost>
date: Wed Mar 11 20:01:43 2009 +0000
description:
Make it compile on systems which don't happen to have /usr/include/util.h.
diffstat:
wm/scrotwm/distinfo | 4 ++--
wm/scrotwm/patches/patch-aa | 13 +++++++++----
2 files changed, 11 insertions(+), 6 deletions(-)
diffs (41 lines):
diff -r 69a435fa6489 -r 8ac2f3e16e18 wm/scrotwm/distinfo
--- a/wm/scrotwm/distinfo Wed Mar 11 19:24:41 2009 +0000
+++ b/wm/scrotwm/distinfo Wed Mar 11 20:01:43 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/21 15:15:29 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/03/11 20:01:43 hasso Exp $
SHA1 (scrotwm-0.9.1.tgz) = bc01e3be45274a1f439ae5ff910736c403ffbc96
RMD160 (scrotwm-0.9.1.tgz) = e9d8af1cb077f6f5d9e2f50ffb8efa7177efae05
Size (scrotwm-0.9.1.tgz) = 31428 bytes
-SHA1 (patch-aa) = 7a2c5ec09c4f8701e3c1e757574f28ee88d42ce4
+SHA1 (patch-aa) = 1f3eb5a0be03ea10105575397e26983622436008
SHA1 (patch-ab) = 58309fbcf514bcb3a9acd9b8b5028fb988e6dd8e
diff -r 69a435fa6489 -r 8ac2f3e16e18 wm/scrotwm/patches/patch-aa
--- a/wm/scrotwm/patches/patch-aa Wed Mar 11 19:24:41 2009 +0000
+++ b/wm/scrotwm/patches/patch-aa Wed Mar 11 20:01:43 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/02/21 15:15:29 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2009/03/11 20:01:43 hasso Exp $
---- Makefile.orig 2009-02-18 20:40:10.000000000 +0000
-+++ Makefile
-@@ -1,9 +1,9 @@
+--- Makefile.orig 2009-02-18 22:40:10 +0200
++++ Makefile 2009-03-11 21:33:20 +0200
+@@ -1,13 +1,13 @@
# $scrotwm: Makefile,v 1.8 2009/01/24 17:57:26 mcbride Exp $
-.include <bsd.xconf.mk>
@@ -13,6 +13,11 @@
MAN=scrotwm.1
CFLAGS+=-Wall -Wno-uninitialized -ggdb3
+-CPPFLAGS+= -I${X11BASE}/include
++CPPFLAGS+= -I${X11BASE}/include -I./linux
+ LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
+
+ MANDIR= ${X11BASE}/man/cat
@@ -15,4 +15,3 @@ MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj
Home |
Main Index |
Thread Index |
Old Index