ports/net/gtk+licq/files/patch-configure
Jacques Vidrine 0a0e5a8373 Fix obvious error in `configure' script relating to handling of
CPPFLAGS.

Approved by:	MAINTAINER
2002-02-10 19:51:29 +00:00

11 lines
267 B
Text

--- configure.orig Mon Aug 6 15:13:06 2001
+++ configure Fri Nov 30 14:54:15 2001
@@ -7956,7 +7956,7 @@
XSS_LIBS=""
fi
LDFLAGS="$LDFLAGS_old"
- CPPFLAGS="$LDFLAGS_old"
+ CPPFLAGS="$CPPFLAGS_old"
else
USE_XSS_LIBS="no"
XSS_LIBS=""