summaryrefslogtreecommitdiff
path: root/x11/fox/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>2001-02-24 16:56:54 +0000
committersakamoto <sakamoto@pkgsrc.org>2001-02-24 16:56:54 +0000
commitf7fec2c7088f1c5296bb9727db5c8af699811884 (patch)
tree9bbd5963d862ee2eceb4391eded1df24057d12a0 /x11/fox/patches
parent11ae6674e9ef491894597ead1d76c9accc4e9768 (diff)
downloadpkgsrc-f7fec2c7088f1c5296bb9727db5c8af699811884.tar.gz
Adjust for NetBSD
Diffstat (limited to 'x11/fox/patches')
-rw-r--r--x11/fox/patches/patch-ab13
-rw-r--r--x11/fox/patches/patch-ac13
-rw-r--r--x11/fox/patches/patch-ae13
3 files changed, 39 insertions, 0 deletions
diff --git a/x11/fox/patches/patch-ab b/x11/fox/patches/patch-ab
new file mode 100644
index 00000000000..44234072580
--- /dev/null
+++ b/x11/fox/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2001/02/24 16:56:56 sakamoto Exp $
+
+--- Makefile.in.orig Fri Oct 6 16:07:38 2000
++++ Makefile.in Mon Oct 9 08:21:36 2000
+@@ -89,7 +89,7 @@
+ AUTOMAKE_OPTIONS = foreign dist-zip
+ #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies
+
+-SUBDIRS = utils include src doc tests textedit pathfinder
++SUBDIRS = utils include src doc
+ EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4
+
+ CLEANFILES = fox.tar.gz
diff --git a/x11/fox/patches/patch-ac b/x11/fox/patches/patch-ac
new file mode 100644
index 00000000000..0aedb3ac43f
--- /dev/null
+++ b/x11/fox/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2001/02/24 16:56:56 sakamoto Exp $
+
+--- doc/Makefile.in.orig Tue Feb 13 01:35:22 2001
++++ doc/Makefile.in
+@@ -84,7 +84,7 @@
+ VERSION = @VERSION@
+ X_BASE_LIBS = @X_BASE_LIBS@
+
+-htmldir = $(prefix)/@PACKAGE@/html
++htmldir = $(prefix)/share/doc/html/@PACKAGE@
+
+ # Source code documentation tool
+ PERCEPS = perceps
diff --git a/x11/fox/patches/patch-ae b/x11/fox/patches/patch-ae
new file mode 100644
index 00000000000..4a474e418a2
--- /dev/null
+++ b/x11/fox/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2001/02/24 16:56:56 sakamoto Exp $
+
+--- configure.orig Tue Feb 13 01:25:29 2001
++++ configure
+@@ -3607,7 +3607,7 @@
+ GL_TESTS="gltest glviewer"
+ if test "x$MESA" = "xHAVE_MESA" ; then
+ CXXFLAGS="${CXXFLAGS} -DHAVE_MESA"
+- GL_LIBS="-lMesaGL -lMesaGLU"
++ GL_LIBS="-lGL -lGLU"
+ else
+ GL_LIBS="-lGL -lGLU"
+ fi