pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/aqsis
Module Name: pkgsrc
Committed By: joerg
Date: Fri May 1 00:34:13 UTC 2020
Modified Files:
pkgsrc/graphics/aqsis: Makefile
Log Message:
C++03 code with C++11 dependencies is not going to work without a lot of
work
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/graphics/aqsis/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/aqsis/Makefile
diff -u pkgsrc/graphics/aqsis/Makefile:1.82 pkgsrc/graphics/aqsis/Makefile:1.83
--- pkgsrc/graphics/aqsis/Makefile:1.82 Sun Mar 8 16:49:52 2020
+++ pkgsrc/graphics/aqsis/Makefile Fri May 1 00:34:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2020/03/08 16:49:52 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2020/05/01 00:34:13 joerg Exp $
#
DISTNAME= aqsis-1.8.1
@@ -15,6 +15,8 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config flex bison
+BROKEN= Not valid C++11 code, but dependencies require C++11
+
LDFLAGS.SunOS= -lsocket -lnsl
#
Home |
Main Index |
Thread Index |
Old Index