From 94e1863b01b601f6a36647c2691691b87732b065 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 3 Jan 2006 15:33:22 +0000 Subject: Inside of trying to fix a brain damaged configure script which ignores the --x-libraries parameter, just hack the Makefile to use X11BASE. --- misc/xtide/distinfo | 4 ++-- misc/xtide/patches/patch-ac | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'misc/xtide') diff --git a/misc/xtide/distinfo b/misc/xtide/distinfo index 987e537bc53..d956d755f21 100644 --- a/misc/xtide/distinfo +++ b/misc/xtide/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 11:02:59 agc Exp $ +$NetBSD: distinfo,v 1.6 2006/01/03 15:33:22 joerg Exp $ SHA1 (xtide-2.4.tar.gz) = bbd97d1b11ea75bfb09df1c9ddd3e0bc5d3f3a35 RMD160 (xtide-2.4.tar.gz) = fab0267c3bce260db36d190ab026da1caccdfcac @@ -11,4 +11,4 @@ RMD160 (offsets.xml.gz) = d91a900450be1a1773c0fdecab3b8fee449bf9b0 Size (offsets.xml.gz) = 150845 bytes SHA1 (patch-aa) = 48b0c37ba2f664f14508c2096184e75784958205 SHA1 (patch-ab) = 889c68bce0bd78cfc1b5f7410364e8c39182cfec -SHA1 (patch-ac) = 142aac6372e02639a185ba1e99fa994df4e0d899 +SHA1 (patch-ac) = 4ccbdc0585fea1cdeb5514c77519e450b718f477 diff --git a/misc/xtide/patches/patch-ac b/misc/xtide/patches/patch-ac index c263814dc93..29dbdda6cfa 100644 --- a/misc/xtide/patches/patch-ac +++ b/misc/xtide/patches/patch-ac @@ -1,8 +1,14 @@ -$NetBSD: patch-ac,v 1.3 2003/07/22 21:14:47 jmmv Exp $ +$NetBSD: patch-ac,v 1.4 2006/01/03 15:33:22 joerg Exp $ ---- Makefile.in.orig Sun Nov 7 17:39:32 1999 +--- Makefile.in.orig 1999-11-07 16:39:32.000000000 +0000 +++ Makefile.in -@@ -14,8 +14,8 @@ +@@ -9,13 +9,13 @@ sbindir=@sbindir@ + mandir=@mandir@ + + # Root of X11 tree +-XROOT = @xroot@ ++XROOT = ${X11BASE} + # Compiler and flags # DEFS should include -Dacceptarg3_t=int (replace with the correct data type) CXX = @CXX@ -- cgit v1.2.3