[BACK]Return to patch-configure_ac CVS log [TXT][DIR] Up to [local] / ports / x11 / bino / patches

Annotation of ports/x11/bino/patches/patch-configure_ac, Revision 1.2

1.1       yason       1: $OpenBSD$
1.2     ! yason       2: --- configure.ac.orig  Mon Oct 10 23:17:05 2011
        !             3: +++ configure.ac       Mon Nov 28 17:51:15 2011
        !             4: @@ -141,7 +141,7 @@ dnl Qt
        !             5:  RCC=""
        !             6:  AC_ARG_VAR([RCC], [rcc command])
1.1       yason       7:  MOC=""
1.2     ! yason       8: -AC_ARG_VAR([MOC], [moc command])
        !             9: +AC_ARG_VAR([MOC], [moc4 command])
        !            10:  PKG_CHECK_MODULES([libqtopengl], [QtOpenGL >= 0.0], [HAVE_LIBQTOPENGL=1], [HAVE_LIBQTOPENGL=0])
        !            11:  if test "$HAVE_LIBQTOPENGL" != "1"; then
        !            12:      AC_MSG_WARN([required library QtOpenGL not found:])
        !            13: @@ -149,7 +149,7 @@ if test "$HAVE_LIBQTOPENGL" != "1"; then
        !            14:      AC_MSG_WARN([QtOpenGL is provided by Qt; Debian package: libqt4-opengl-dev])
        !            15:  else
        !            16:      AC_CHECK_TOOLS([RCC], [rcc-qt4 rcc])
        !            17: -    AC_CHECK_TOOLS([MOC], [moc-qt4 moc])
        !            18: +    AC_CHECK_TOOLS([MOC], [moc-qt4 moc4])
        !            19:      if test -z "$RCC" -o -z "$MOC"; then
        !            20:          AC_MSG_WARN([required tools rcc and/or moc not found; QtOpenGL not usable])
        !            21:          HAVE_LIBQTOPENGL="0"

CVSweb