summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/cicb/cicb.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/cicb/cicb.SlackBuild b/network/cicb/cicb.SlackBuild
index f301bdaecb..bbf193eb94 100644
--- a/network/cicb/cicb.SlackBuild
+++ b/network/cicb/cicb.SlackBuild
@@ -71,6 +71,9 @@ patch -p1 < $CWD/tcl_continue_error.diff
# --with-(readline|ssl)* and the LDFLAGS below. They don't do any harm
# on 32-bit.
+# 20151117 bkw: -current needs CPPFLAGS=-P, and it does no harm on 14.1.
+
+CPPFLAGS="-P" \
LDFLAGS="-L/usr/lib$LIBDIRSUFFIX" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \