diff options
author | nectar <nectar@FreeBSD.org> | 2002-02-11 03:51:29 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-02-11 03:51:29 +0800 |
commit | 95b9f1b84aa8eee082d3ff4ad80c47217c39a58c (patch) | |
tree | 1fa62a5f64fbe143316cde91fcac03f6745c1a0f /net | |
parent | c6e8f635227f31163bc492c336b9dc0337911730 (diff) | |
download | freebsd-ports-gnome-95b9f1b84aa8eee082d3ff4ad80c47217c39a58c.tar.gz freebsd-ports-gnome-95b9f1b84aa8eee082d3ff4ad80c47217c39a58c.tar.zst freebsd-ports-gnome-95b9f1b84aa8eee082d3ff4ad80c47217c39a58c.zip |
Fix obvious error in `configure' script relating to handling of
CPPFLAGS.
Approved by: MAINTAINER
Diffstat (limited to 'net')
-rw-r--r-- | net/gtk+licq/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gtk+licq/files/patch-configure b/net/gtk+licq/files/patch-configure new file mode 100644 index 000000000000..77badda9fcd3 --- /dev/null +++ b/net/gtk+licq/files/patch-configure @@ -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="" |