pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/wxGTK - add missing graphics/glu buildlink file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79e9771d3928
branches:  trunk
changeset: 488941:79e9771d3928
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sat Feb 12 22:43:44 2005 +0000

description:
- add missing graphics/glu buildlink file
- always use --with-gtk even when building with gtk2 otherwise we end
  up trying to build the motif version on some platforms such as solaris

diffstat:

 x11/wxGTK/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 0a2c943694d3 -r 79e9771d3928 x11/wxGTK/Makefile
--- a/x11/wxGTK/Makefile        Sat Feb 12 21:34:47 2005 +0000
+++ b/x11/wxGTK/Makefile        Sat Feb 12 22:43:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/01/03 20:43:52 augustss Exp $
+# $NetBSD: Makefile,v 1.37 2005/02/12 22:43:44 dmcmahill Exp $
 #
 
 DISTNAME=              wxGTK-2.4.2
@@ -30,8 +30,11 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+# This is needed for gtk1 and gtk2 on some platforms and
+# it doesn't hurt on those which don't need it
+CONFIGURE_ARGS+=       --with-gtk
+
 .if !empty(WXGTK_USE_GTK1:M[Yy][Ee][Ss])
-CONFIGURE_ARGS+=       --with-gtk
 PLIST_SUBST+=          GTKVER=
 .include "../../x11/gtk/buildlink3.mk"
 .else
@@ -47,6 +50,7 @@
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"



Home | Main Index | Thread Index | Old Index