pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/freeglut



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Mar 17 21:45:52 UTC 2020

Modified Files:
        pkgsrc/graphics/freeglut: Makefile

Log Message:
graphics/freeglut: remove nonexistent glut.pc.in

[subst.mk:_pkgconfig] Ignoring non-existent file "./glut.pc.in".


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/freeglut/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/freeglut/Makefile
diff -u pkgsrc/graphics/freeglut/Makefile:1.28 pkgsrc/graphics/freeglut/Makefile:1.29
--- pkgsrc/graphics/freeglut/Makefile:1.28      Sun Mar  8 16:47:46 2020
+++ pkgsrc/graphics/freeglut/Makefile   Tue Mar 17 21:45:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/03/08 16:47:46 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2020/03/17 21:45:52 rillig Exp $
 
 DISTNAME=      freeglut-3.2.1
 PKGREVISION=   2
@@ -18,7 +18,6 @@ CMAKE_ARGS+=  -DCMAKE_BUILD_TYPE="Release
 CMAKE_ARGS+=   -DFREEGLUT_REPLACE_GLUT=ON
 
 PKGCONFIG_OVERRIDE=    freeglut.pc.in
-PKGCONFIG_OVERRIDE=    glut.pc.in
 
 # Install freeglut.pc for compatibility.
 post-install:



Home | Main Index | Thread Index | Old Index