]> git.pld-linux.org Git - packages/dbh.git/blob - dbh-bsd.patch
- unconditional noarch subpackages
[packages/dbh.git] / dbh-bsd.patch
1 --- dbh-5.0.7/configure.ac.orig 2013-07-18 22:55:37.000000000 +0200
2 +++ dbh-5.0.7/configure.ac      2014-01-14 22:00:51.501153224 +0100
3 @@ -161,7 +161,7 @@
4  
5  ac_uname_s=`uname -s`
6  echo "system: $ac_uname_s"
7 -AM_CONDITIONAL(WANT_FREEBSD, [test "$ac_uname_s"=FreeBSD || "$ac_uname_s"=OpenBSD])
8 +AM_CONDITIONAL(WANT_FREEBSD, [test "$ac_uname_s" = FreeBSD -o "$ac_uname_s" = OpenBSD])
9  
10  AC_CHECK_LIB([pthread],[pthread_create])
11  AC_CHECK_LIB([pthread],[pthread_cond_signal],[ac_pthread_ok=yes],[ac_pthread_ok=no])
This page took 0.08788 seconds and 3 git commands to generate.