[BACK]Return to patch-configure_in CVS log [TXT][DIR] Up to [local] / ports / graphics / allegrogl / patches

Annotation of ports/graphics/allegrogl/patches/patch-configure_in, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- configure.in.orig  Sat Jan  6 23:39:09 2007
        !             3: +++ configure.in       Sat Oct 23 14:38:24 2010
        !             4: @@ -37,8 +37,8 @@ AC_ARG_ENABLE(
        !             5:  )
        !             6:
        !             7:  if test -n "$agl_build_shared"; then
        !             8: -      LIB_BUILDER="\$(CC) -shared -Wl,-soname,lib\$(LIB_NAME).so.\$(shared_version) -o"
        !             9: -      LIB_PATH_U="\$(LIB_DIR)/lib\$(LIB_NAME).so.\$(shared_version)"
        !            10: +      LIB_BUILDER="\$(CC) -shared -Wl,-soname,lib\$(LIB_NAME).so.\$(shared_major_minor) -o"
        !            11: +      LIB_PATH_U="\$(LIB_DIR)/lib\$(LIB_NAME).so.\$(shared_major_minor)"
        !            12:        LIB_LINKS_U="\$(LIB_DIR)/lib\$(LIB_NAME).so.\$(shared_major_minor) \$(LIB_DIR)/lib\$(LIB_NAME).so.\$(shared_major) \$(LIB_DIR)/lib\$(LIB_NAME).so"
        !            13:        SHARED="-fPIC"
        !            14:  else
        !            15: @@ -53,7 +53,7 @@ AC_PROG_INSTALL
        !            16:
        !            17:  dnl Check for pthread support, which GL libs may require (e.g. FreeBSD)
        !            18:  AC_CHECK_HEADER(pthread.h, , dontcare=y)
        !            19: -AC_CHECK_LIB(pthread, pthread_create, LIBS="-lpthread $LIBS")
        !            20: +AC_CHECK_LIB(pthread, pthread_create, LIBS="-pthread $LIBS")
        !            21:
        !            22:
        !            23:  dnl Build Mesa generic driver

CVSweb