summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-05-01 00:34:13 +0000
committerjoerg <joerg@pkgsrc.org>2020-05-01 00:34:13 +0000
commit897e23b50fe0db8a5e1c3b0f03dbf2239d65aa4d (patch)
tree5995fb780238df4fbc5be5275dbabe83e898508a
parent186bb1d6a5e3d22f7f21e58fb5a5df12594baf5d (diff)
downloadpkgsrc-897e23b50fe0db8a5e1c3b0f03dbf2239d65aa4d.tar.gz
C++03 code with C++11 dependencies is not going to work without a lot of
work
-rw-r--r--graphics/aqsis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index 90d6a98d67e..fbf21df5883 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -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
#