summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-06-20 13:39:36 +0000
committerdmcmahill <dmcmahill>2000-06-20 13:39:36 +0000
commitbc745dee07d460a6b32d158d3e7a5ea814c3a46e (patch)
tree5a9213f72a2c96f18bc00bd809466896c1899b00 /x11
parent2dac7548ef1e3f25e0039b6eaa604b71f63bb3ac (diff)
downloadpkgsrc-bc745dee07d460a6b32d158d3e7a5ea814c3a46e.tar.gz
make this build correctly when readline is installed.
Diffstat (limited to 'x11')
-rw-r--r--x11/scwm/Makefile3
-rw-r--r--x11/scwm/files/patch-sum3
-rw-r--r--x11/scwm/patches/patch-ab11
3 files changed, 15 insertions, 2 deletions
diff --git a/x11/scwm/Makefile b/x11/scwm/Makefile
index f896260b81e..4c2f29f8fb9 100644
--- a/x11/scwm/Makefile
+++ b/x11/scwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:48 rh Exp $
+# $NetBSD: Makefile,v 1.8 2000/06/20 13:39:36 dmcmahill Exp $
#
DISTNAME= scwm-0.9
@@ -11,6 +11,7 @@ HOMEPAGE= http://scwm.mit.edu/
DEPENDS+= guile-1.3.*:../../lang/guile
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= gtar-1.12:../../archivers/gtar
+DEPENDS+= readline-4.0:../../devel/readline
DEPENDS+= xpm-3.4k:../../graphics/xpm
CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \
diff --git a/x11/scwm/files/patch-sum b/x11/scwm/files/patch-sum
index 6ad85e33235..30d4c7bdec5 100644
--- a/x11/scwm/files/patch-sum
+++ b/x11/scwm/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.1.1.1 1999/08/23 14:17:03 agc Exp $
+$NetBSD: patch-sum,v 1.2 2000/06/20 13:39:37 dmcmahill Exp $
MD5 (patch-aa) = cf8b09a2bd2c3223f10985103ed66ec0
+MD5 (patch-ab) = 81c46ae87f1d38919d0d4507592046b2
diff --git a/x11/scwm/patches/patch-ab b/x11/scwm/patches/patch-ab
new file mode 100644
index 00000000000..6eb2ffe668e
--- /dev/null
+++ b/x11/scwm/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1 2000/06/20 13:39:37 dmcmahill Exp $
+
+--- utilities/scwmrepl/Makefile.in.orig Tue Jun 20 07:45:30 2000
++++ utilities/scwmrepl/Makefile.in Tue Jun 20 07:46:17 2000
+@@ -117,5 +117,5 @@
+
+
+-DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
++DEFS = @DEFS@ -I. -I$(srcdir) -I../../include -I${LOCALBASE}/include
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@