mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0c5235d255
patching "configure.in" and "aclocal.m4". Disable XScreenSaver support in the QT GUI since libXss is not a shared library in any version of X we have.
12 lines
461 B
Plaintext
12 lines
461 B
Plaintext
--- plugins/qt-gui/configure.in.orig Wed Aug 9 14:07:59 2000
|
|
+++ plugins/qt-gui/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
|