diff options
author | mycroft <mycroft@pkgsrc.org> | 1999-07-22 09:00:06 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1999-07-22 09:00:06 +0000 |
commit | cf14397b57852053df3a03ebc6cf364b9cc7593c (patch) | |
tree | b7b2a907fae099ebb7bb73edc3ab60e13ba6784d /x11 | |
parent | becb3aade8e29d4e445ca519d498deb90d3b3b55 (diff) | |
download | pkgsrc-cf14397b57852053df3a03ebc6cf364b9cc7593c.tar.gz |
Make this actually build.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/windowmaker/files/md5 | 4 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-ac | 13 |
2 files changed, 2 insertions, 15 deletions
diff --git a/x11/windowmaker/files/md5 b/x11/windowmaker/files/md5 index c0a41dda2dc..f61719a2844 100644 --- a/x11/windowmaker/files/md5 +++ b/x11/windowmaker/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.11 1999/06/21 04:46:53 jlam Exp $ +$NetBSD: md5,v 1.12 1999/07/22 09:00:06 mycroft Exp $ -MD5 (WindowMaker-0.60.0.tar.gz) = caaf05d825f861ce4824638cda748827 +MD5 (WindowMaker-0.60.0.tar.gz) = 1c242b3a6da4bef4d15c5ac6a286ab7e diff --git a/x11/windowmaker/patches/patch-ac b/x11/windowmaker/patches/patch-ac deleted file mode 100644 index 857d8b57704..00000000000 --- a/x11/windowmaker/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.5 1999/06/21 04:47:50 jlam Exp $ - ---- util/Makefile.in.orig Thu Jun 3 07:54:17 1999 -+++ util/Makefile.in Sun Jun 20 00:51:34 1999 -@@ -101,7 +101,7 @@ - EXTRA_DIST = wmaker.inst.in bughint wm-oldmenu2new wsetfont directjpeg.c wkdemenu.pl - - --INCLUDES = @DFLAGS@ -I$(top_srcdir)/wrlib @HEADER_SEARCH_PATH@ -+INCLUDES = @DFLAGS@ -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ - - # X_EXTRA_LIBS is for libproplist in systems that need -lsocket - liblist = @LIBRARY_SEARCH_PATH@ @LIBPL@ @X_EXTRA_LIBS@ |