pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cal3d-examples



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 30 18:39:22 UTC 2019

Modified Files:
        pkgsrc/graphics/cal3d-examples: Makefile

Log Message:
cal3d-examples: Fix detection of freeglut


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/cal3d-examples/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/cal3d-examples/Makefile
diff -u pkgsrc/graphics/cal3d-examples/Makefile:1.23 pkgsrc/graphics/cal3d-examples/Makefile:1.24
--- pkgsrc/graphics/cal3d-examples/Makefile:1.23        Sun Jan 14 14:58:38 2018
+++ pkgsrc/graphics/cal3d-examples/Makefile     Fri Aug 30 18:39:22 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2018/01/14 14:58:38 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2019/08/30 18:39:22 nia Exp $
 #
 
-PKGNAME=               cal3d-examples-${CAL3D_VERSION}
+PKGNAME=       cal3d-examples-${CAL3D_VERSION}
 PKGREVISION=   3
 
 .include "../../graphics/cal3d/Makefile.common"
@@ -47,5 +47,8 @@ post-install:
        cd ${WRKDATADIR} && pax -rw -pp -s ',.*\.orig$$,,' [a-z]* ${DATADIR}
 
 .include "../../graphics/cal3d/buildlink3.mk"
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-glut=${BUILDLINK_PREFIX.freeglut}
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index