From 733f3fc9899aed95b5c6a520d07b4e1f956a29ea Mon Sep 17 00:00:00 2001 From: sakamoto Date: Thu, 22 Jul 1999 03:35:20 +0000 Subject: 3D modeller with a view of 3D modelling --- graphics/g3d/patches/patch-aa | 27 +++++++++++++++++++++++++++ graphics/g3d/patches/patch-ab | 19 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 graphics/g3d/patches/patch-aa create mode 100644 graphics/g3d/patches/patch-ab (limited to 'graphics/g3d/patches') diff --git a/graphics/g3d/patches/patch-aa b/graphics/g3d/patches/patch-aa new file mode 100644 index 00000000000..0206d494754 --- /dev/null +++ b/graphics/g3d/patches/patch-aa @@ -0,0 +1,27 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/07/22 03:35:21 sakamoto Exp $ + +--- ./g3d/Makefile.in.orig Sat Jul 17 05:29:18 1999 ++++ ./g3d/Makefile.in Thu Jul 22 10:24:50 1999 +@@ -100,5 +100,5 @@ + l = @l@ + +-CFLAGS = @CFLAGS@ -Wall $(GTK_CFLAGS) -DPIXMAP_DIR=\"/usr/local/share/pixmaps/g3d/\" ++CFLAGS = @CFLAGS@ -Wall $(GTK_CFLAGS) -DPIXMAP_DIR=\"$(prefix)/share/pixmaps/g3d/\" + + bin_PROGRAMS = g3d +@@ -107,5 +107,5 @@ + + +-g3d_LDADD = -lb3d $(GL_LIBS) $(GTK_LIBS) -lgtkgl ++g3d_LDADD = ../b3d/src/libb3d.la $(GL_LIBS) $(GTK_LIBS) -lgtkgl + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h +@@ -370,6 +370,6 @@ + + install-data-local: +- -mkdir /usr/local/share/pixmaps/g3d/ +- cp $(top_srcdir)/pixmaps/*.xpm /usr/local/share/pixmaps/g3d/ ++ $(mkinstalldirs) $(prefix)/share/pixmaps/g3d/ ++ cp $(top_srcdir)/pixmaps/*.xpm $(prefix)/share/pixmaps/g3d/ + + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/graphics/g3d/patches/patch-ab b/graphics/g3d/patches/patch-ab new file mode 100644 index 00000000000..2ad6d03001a --- /dev/null +++ b/graphics/g3d/patches/patch-ab @@ -0,0 +1,19 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/07/22 03:35:21 sakamoto Exp $ + +--- ./configure.orig Tue Jul 20 04:24:13 1999 ++++ ./configure Thu Jul 22 10:21:45 1999 +@@ -1348,6 +1348,7 @@ + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL="$LIBTOOL" + ++if false; then + # Check for any special flags to pass to ltconfig. + libtool_flags= +@@ -1392,4 +1393,5 @@ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } ++fi + + # Redirect the config.log output again, so that the ltconfig log is not -- cgit v1.2.3