diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-10 19:51:29 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-10 19:51:29 +0000 |
commit | 0a0e5a83731508683d940bee8226bff9fd5671e4 (patch) | |
tree | 903d35c292c59f1ed4046ddd3a501f0eb3c5fe6b /net | |
parent | fcb91f804e46baa475423e9c5954201a88675168 (diff) |
Notes
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="" |