summaryrefslogtreecommitdiff
path: root/graphics/dx/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-12 21:09:04 +0000
committerjlam <jlam@pkgsrc.org>2001-09-12 21:09:04 +0000
commit68f8fa17a611395425faecfac1c9641e278c36e5 (patch)
tree8b89a27f8aee97a523baf9c8affa64f9fdad48ac /graphics/dx/patches
parent58c3cad4dc9d3ba155c3426f4d7a50feacb63c93 (diff)
downloadpkgsrc-68f8fa17a611395425faecfac1c9641e278c36e5.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Pass
--without-javadx to configure script to prevent java programs from being detectedly inadvertently (hidden dependency). Also add dependencies on several other graphics and math packages to make DX more useful as a visual data explorer and capable of reading more diverse data files.
Diffstat (limited to 'graphics/dx/patches')
-rw-r--r--graphics/dx/patches/patch-ab24
1 files changed, 18 insertions, 6 deletions
diff --git a/graphics/dx/patches/patch-ab b/graphics/dx/patches/patch-ab
index c6239d88cf1..e3943fa1958 100644
--- a/graphics/dx/patches/patch-ab
+++ b/graphics/dx/patches/patch-ab
@@ -1,8 +1,9 @@
-$NetBSD: patch-ab,v 1.2 2001/05/08 19:48:46 dmcmahill Exp $
+$NetBSD: patch-ab,v 1.3 2001/09/12 21:09:04 jlam Exp $
--- configure.orig Fri Mar 31 15:07:21 2000
-+++ configure Tue May 8 14:46:58 2001
-@@ -1258,4 +1258,7 @@
++++ configure
+@@ -1257,6 +1257,9 @@
+ if test $unameS = "FreeBSD" ; then
ARCH=freebsd
fi
+ if test $unameS = "NetBSD" ; then
@@ -10,11 +11,22 @@ $NetBSD: patch-ab,v 1.2 2001/05/08 19:48:46 dmcmahill Exp $
+ fi
if test `echo $unameS | tr A-Z a-z | sed "s/^.*cygwin.*$/yes/"` = "yes" ; then
ARCH=cygwin
-@@ -1269,7 +1272,4 @@
+ fi
+@@ -1269,9 +1272,6 @@
if test $unameS = "AIX" ; then
ARCH=ibm6000
-- fi
+ fi
- if test $unameM = "alpha" ; then
- ARCH=alphax
- fi
+- fi
if test $unameS = "HP-UX" ; then
+ ARCH=hp700
+ fi
+@@ -3719,6 +3719,7 @@
+ ac_cv_have_x="have_x=yes \
+ ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
+ echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
++ eval "$ac_cv_have_x"
+ fi
+
+ if test "$x_includes" != "" ; then