pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/adaptagrams



Module Name:    pkgsrc
Committed By:   nros
Date:           Mon Sep 25 07:14:03 UTC 2023

Modified Files:
        pkgsrc/graphics/adaptagrams: Makefile

Log Message:
adaptagrams: still needs USE_LANGUAGES to get a compiler


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/adaptagrams/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/adaptagrams/Makefile
diff -u pkgsrc/graphics/adaptagrams/Makefile:1.9 pkgsrc/graphics/adaptagrams/Makefile:1.10
--- pkgsrc/graphics/adaptagrams/Makefile:1.9    Fri Sep  1 10:20:32 2023
+++ pkgsrc/graphics/adaptagrams/Makefile        Mon Sep 25 07:14:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/09/01 10:20:32 nia Exp $
+# $NetBSD: Makefile,v 1.10 2023/09/25 07:14:03 nros Exp $
 
 GITHUB_PROJECT=        adaptagrams
 GITHUB_TAG=    0503f7524f5b2aa96b356dfdd817f9f9869d2b20
@@ -19,7 +19,7 @@ WRKSRC=               ${WRKDIR}/adaptagrams-${GITHUB_
 
 USE_TOOLS+=    aclocal autoconf autoheader automake autoreconf pkg-config
 USE_LIBTOOL=   yes
-
+USE_LANGUAGES= c c++
 # Does not set -std=c++XX, but sigc++ (via cairomm) uses C++11 features in
 # its headers.
 FORCE_CXX_STD=         c++11



Home | Main Index | Thread Index | Old Index