diff options
author | Brian Feldman <green@FreeBSD.org> | 2001-04-10 20:09:53 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2001-04-10 20:09:53 +0000 |
commit | 11d86ccd31a76d611a3c66d2ebf87ee38e4e33bf (patch) | |
tree | 3e97cdc030d89288de02d03ad7bd120da81fb02c /net/licq-devel/files/patch-aa | |
parent | p5-Image-Size is already in graphics category. (diff) |
Convert the monolithic Licq port into an licq-base port and satellite
ports for different plugins. Commit the first of the plugins, qt-gui,
as that has in the past been part of the normal licq port. The rest
are coming after I've tried them out.
I'd like to thank Jeremy Norris greatly for doing this work :)
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=41226
Diffstat (limited to 'net/licq-devel/files/patch-aa')
-rw-r--r-- | net/licq-devel/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/licq-devel/files/patch-aa b/net/licq-devel/files/patch-aa deleted file mode 100644 index ebda08f5a29f..000000000000 --- a/net/licq-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/qt-gui-1.0.3/configure.in.orig Wed Aug 9 14:07:59 2000 -+++ plugins/qt-gui-1.0.3/configure.in Wed Aug 9 14:15:46 2000 -@@ -51,8 +51,6 @@ - LICQ_CHECK_X11HEADERS - - XSS_LIBS="no" --AC_CHECK_X_LIB(Xext, XScreenSaverRegister,[XSS_LIBS=""],[], [-lX11 -lXext -lm]) --AC_CHECK_X_LIB(Xss, XScreenSaverRegister,[XSS_LIBS="-lXss"],[],[-lX11 -lXext -lm]) - if test \! "$XSS_LIBS" = "no"; then - AC_CHECK_X_HEADER(X11/extensions/scrnsaver.h,[AC_DEFINE(USE_SCRNSAVER)]) - else |