pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Define USE_BUILDLINK3 before including compil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7a9a103b07f
branches: trunk
changeset: 482510:b7a9a103b07f
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Oct 29 01:34:39 2004 +0000
description:
Define USE_BUILDLINK3 before including compiler.mk. Otherwise,
buildink3.mk of gcc* packages is not included.
diffstat:
graphics/Mesa/Makefile | 3 +--
graphics/Mesa/Makefile.common | 3 ++-
graphics/MesaDemos/Makefile | 3 +--
graphics/MesaLib/Makefile | 4 +---
graphics/glu/Makefile | 3 +--
graphics/glut/Makefile | 3 +--
6 files changed, 7 insertions(+), 12 deletions(-)
diffs (103 lines):
diff -r 0bd3792d6ab3 -r b7a9a103b07f graphics/Mesa/Makefile
--- a/graphics/Mesa/Makefile Thu Oct 28 23:42:25 2004 +0000
+++ b/graphics/Mesa/Makefile Fri Oct 29 01:34:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2004/10/26 13:55:17 adam Exp $
+# $NetBSD: Makefile,v 1.61 2004/10/29 01:34:39 minskim Exp $
PKGNAME= Mesa-${MESA_VERSION}
MASTER_SITES= # empty
@@ -9,7 +9,6 @@
CONFLICTS= Mesa-glx-[0-9]*
-USE_BUILDLINK3= yes
USE_LANGUAGES= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
diff -r 0bd3792d6ab3 -r b7a9a103b07f graphics/Mesa/Makefile.common
--- a/graphics/Mesa/Makefile.common Thu Oct 28 23:42:25 2004 +0000
+++ b/graphics/Mesa/Makefile.common Fri Oct 29 01:34:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2004/10/27 10:30:38 grant Exp $
+# $NetBSD: Makefile.common,v 1.34 2004/10/29 01:34:39 minskim Exp $
DISTNAME= MesaLib-${MESA_VERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -13,6 +13,7 @@
MAINTAINER= tech-pkg%NetBSD.org@localhost
HOMEPAGE= http://www.mesa3d.org/
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_X11= yes
diff -r 0bd3792d6ab3 -r b7a9a103b07f graphics/MesaDemos/Makefile
--- a/graphics/MesaDemos/Makefile Thu Oct 28 23:42:25 2004 +0000
+++ b/graphics/MesaDemos/Makefile Fri Oct 29 01:34:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/26 13:57:47 adam Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/29 01:34:39 minskim Exp $
PKGNAME= MesaDemos-${MESA_VERSION}
COMMENT= OpenGL examples and Demos
@@ -8,7 +8,6 @@
.include "../Mesa/Makefile.common"
-USE_BUILDLINK3= yes
USE_LANGUAGES= c c++
MAKE_FLAGS+= LIB_DEP=""
diff -r 0bd3792d6ab3 -r b7a9a103b07f graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Thu Oct 28 23:42:25 2004 +0000
+++ b/graphics/MesaLib/Makefile Fri Oct 29 01:34:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/10/27 10:30:38 grant Exp $
+# $NetBSD: Makefile,v 1.37 2004/10/29 01:34:40 minskim Exp $
PKGNAME= MesaLib-${MESA_VERSION}
COMMENT= Graphics library similar to SGI's OpenGL
@@ -7,8 +7,6 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= yes
-
INSTLIBS= ${WRKSRC}/src/mesa/libGL.la \
${WRKSRC}/src/glw/libGLw.la \
${WRKSRC}/src/mesa/libOSMesa.la
diff -r 0bd3792d6ab3 -r b7a9a103b07f graphics/glu/Makefile
--- a/graphics/glu/Makefile Thu Oct 28 23:42:25 2004 +0000
+++ b/graphics/glu/Makefile Fri Oct 29 01:34:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/10/27 10:30:38 grant Exp $
+# $NetBSD: Makefile,v 1.36 2004/10/29 01:34:40 minskim Exp $
PKGNAME= ${DISTNAME:C/MesaLib/glu/}
COMMENT= GLU polygon tessellation facility for Mesa
@@ -10,7 +10,6 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= yes
USE_LANGUAGES= c c++
MESA_REQD+= ${MESA_VERSION}
diff -r 0bd3792d6ab3 -r b7a9a103b07f graphics/glut/Makefile
--- a/graphics/glut/Makefile Thu Oct 28 23:42:25 2004 +0000
+++ b/graphics/glut/Makefile Fri Oct 29 01:34:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/10/26 13:56:36 adam Exp $
+# $NetBSD: Makefile,v 1.33 2004/10/29 01:34:40 minskim Exp $
PKGNAME= ${DISTNAME:S/MesaLib/glut/}
COMMENT= GLUT Graphics library similar to SGI's OpenGL
@@ -10,7 +10,6 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= yes
MESA_REQD+= ${MESA_VERSION}
INSTLIBS= ${WRKSRC}/src/glut/glx/libglut.la
Home |
Main Index |
Thread Index |
Old Index