pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/molsketch



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Jan 11 16:45:10 UTC 2022

Modified Files:
        pkgsrc/biology/molsketch: Makefile

Log Message:
biology/molsketch: fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/biology/molsketch/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/biology/molsketch/Makefile
diff -u pkgsrc/biology/molsketch/Makefile:1.5 pkgsrc/biology/molsketch/Makefile:1.6
--- pkgsrc/biology/molsketch/Makefile:1.5       Wed Dec  8 16:03:23 2021
+++ pkgsrc/biology/molsketch/Makefile   Tue Jan 11 16:45:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/12/08 16:03:23 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/11 16:45:09 pin Exp $
 
 DISTNAME=      Molsketch-0.7.2-src
 PKGNAME=       ${DISTNAME:S/-src//:tl}
@@ -16,7 +16,7 @@ USE_TOOLS=    pkg-config
 USE_CMAKE=     yes
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-src//}
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 
 CMAKE_ARGS+=   -DMSK_PREFIX=${PREFIX:Q}
 CMAKE_ARGS+=   -DMSK_INSTALL_PREFIX=${PREFIX:Q}



Home | Main Index | Thread Index | Old Index