1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix obvious error in `configure' script relating to handling of

CPPFLAGS.

Approved by:	MAINTAINER
This commit is contained in:
Jacques Vidrine 2002-02-10 19:51:29 +00:00
parent fcb91f804e
commit 0a0e5a8373
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54496

View File

@ -0,0 +1,11 @@
--- 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=""