You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underl...

12 lines
253 B

--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,6 @@
echo
exit 1)
-LDFLAGS=`gtk-config --cflags`
+PKG_CHECK_MODULES(LIBX11, x11,[LIBS="$LIBS $LIBX11_LIBS";INCLUDES="$INCLUDES $LIBX11_CFLAGS"],[exit 1])
-AC_SUBST(LDFLAGS)
AC_OUTPUT(Makefile)