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:
parent
fcb91f804e
commit
0a0e5a8373
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54496
11
net/gtk+licq/files/patch-configure
Normal file
11
net/gtk+licq/files/patch-configure
Normal 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=""
|
Loading…
Reference in New Issue
Block a user