From 2fefc50f573cdd40b8fee29b47bc0d386dc85bb8 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Tue, 17 Nov 2015 02:27:27 -0500 Subject: network/cicb: Minor fix for -current. --- network/cicb/cicb.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'network/cicb') 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" \ -- cgit v1.2.3