pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/quesoglc
Module Name: pkgsrc
Committed By: triaxx
Date: Thu May 2 19:58:05 UTC 2024
Modified Files:
pkgsrc/graphics/quesoglc: Makefile
Log Message:
quesoglc: Use Apple framework for Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/quesoglc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/quesoglc/Makefile
diff -u pkgsrc/graphics/quesoglc/Makefile:1.18 pkgsrc/graphics/quesoglc/Makefile:1.19
--- pkgsrc/graphics/quesoglc/Makefile:1.18 Sun Nov 12 13:22:15 2023
+++ pkgsrc/graphics/quesoglc/Makefile Thu May 2 19:58:05 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2023/11/12 13:22:15 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/05/02 19:58:05 triaxx Exp $
#
DISTNAME= quesoglc-0.7.1-free
PKGNAME= ${DISTNAME:S/-free$//}
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quesoglc/}
EXTRACT_SUFX= .tar.bz2
@@ -20,11 +20,18 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-executables
-.include "../../converters/fribidi/buildlink3.mk"
-.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+= --with-apple-opengl-framework
+.else
.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glew/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/freeglut/buildlink3.mk"
+.endif
+
+.include "../../converters/fribidi/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index