diff options
author | tron <tron> | 1999-04-27 22:23:14 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-27 22:23:14 +0000 |
commit | efe5551963eab65b67819d9732b468af8cac53c5 (patch) | |
tree | c93c2a756f2d75ff78161f3444d584c209d71621 /x11/gtkglarea | |
parent | d19e5546f8b6125bac4077249d53ee611529d55c (diff) | |
download | pkgsrc-efe5551963eab65b67819d9732b468af8cac53c5.tar.gz |
Use our own "libtool" to build library.
Diffstat (limited to 'x11/gtkglarea')
-rw-r--r-- | x11/gtkglarea/Makefile | 7 | ||||
-rw-r--r-- | x11/gtkglarea/patches/patch-aa | 20 | ||||
-rw-r--r-- | x11/gtkglarea/pkg/PLIST | 3 |
3 files changed, 25 insertions, 5 deletions
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index 3fc4f84c3d3..ff650d5673d 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/16 20:16:41 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/27 22:23:14 tron Exp $ DISTNAME= gtkglarea-1.1 CATEGORIES= x11 graphics @@ -10,8 +10,9 @@ HOMEPAGE= http://www.student.oulu.fi/~jlof/gtkglarea/ DEPENDS+= Mesa-3.0:../../graphics/Mesa DEPENDS+= gtk+-1.2.1:../../x11/gtk -GNU_CONFIGURE= YES -USE_X11BASE= YES +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_X11BASE= yes CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} CONFIGURE_ARGS+= --with-GL-prefix=${X11BASE} CONFIGURE_ARGS+= --with-lib-MesaGL diff --git a/x11/gtkglarea/patches/patch-aa b/x11/gtkglarea/patches/patch-aa new file mode 100644 index 00000000000..e461b3237a4 --- /dev/null +++ b/x11/gtkglarea/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1 1999/04/27 22:24:56 tron Exp $ + +--- configure.orig Sat Nov 28 13:33:48 1998 ++++ configure Wed Apr 28 00:15:44 1999 +@@ -1221,6 +1221,7 @@ + fi + + # Always use our own libtool. ++if false; then + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + # Check for any special flags to pass to ltconfig. +@@ -1265,6 +1266,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } ++fi + + echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 + echo "configure:1271: checking whether build environment is sane" >&5 diff --git a/x11/gtkglarea/pkg/PLIST b/x11/gtkglarea/pkg/PLIST index 809a7d200d7..3e404c870bf 100644 --- a/x11/gtkglarea/pkg/PLIST +++ b/x11/gtkglarea/pkg/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/20 01:55:51 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/04/27 22:23:15 tron Exp $ include/gtkgl/gdkgl.h include/gtkgl/gtkglarea.h @dirrm include/gtkgl lib/libgtkgl.so.3.0 -lib/libgtkgl.la lib/libgtkgl.a share/doc/gtkglarea/HOWTO.txt share/doc/gtkglarea/gdkgl.txt |