Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / openal / patches / patch-ab
blob9287a0e284f966e0187dd50d5ba4b662db49adc4
1 $NetBSD$
3 --- admin/pkgconfig/openal-config.in.orig       2006-02-11 09:36:55.000000000 +0000
4 +++ admin/pkgconfig/openal-config.in
5 @@ -6,8 +6,8 @@ bindir="@bindir@"
6  includedir="@includedir@"
7  libdir="@libdir@"
8  PACKAGE_VERSION="@PACKAGE_VERSION@"
9 -# PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
10 -# PTHREAD_LIBS="@PTHREAD_LIBS@"
11 +PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
12 +PTHREAD_LIBS="@PTHREAD_LIBS@"
14  openal_dynamic_ldflags="-lopenal"
15  # TODO: configure should provide the following...
16 @@ -165,7 +165,7 @@ if test "$echo_libs" = "yes"; then
17    if test "${libdir}" = "/usr/lib" ; then
18      libpathflag=""
19    else
20 -    libpathflag="-L${libdir}"
21 +    libpathflag="-Wl,-R${libdir} -L${libdir}"
22    fi
23    if test "${static_libs}" = "yes"; then
24       ldflags="${openal_static_ldflags}"