summaryrefslogtreecommitdiff
path: root/misc/xtide
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-03 15:33:22 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-03 15:33:22 +0000
commitfa0effb01ce5f02683e9954eb31bf3a89848d8ec (patch)
treee0a2f607609605b31dcc71f3c6467c63c43ce6ae /misc/xtide
parent6cf4a4683eceb7a96c7e09647e2ff46ed1f233f8 (diff)
downloadpkgsrc-fa0effb01ce5f02683e9954eb31bf3a89848d8ec.tar.gz
Inside of trying to fix a brain damaged configure script which ignores
the --x-libraries parameter, just hack the Makefile to use X11BASE.
Diffstat (limited to 'misc/xtide')
-rw-r--r--misc/xtide/distinfo4
-rw-r--r--misc/xtide/patches/patch-ac12
2 files changed, 11 insertions, 5 deletions
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@