[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / postgresql83-client

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/databases/postgresql83-client/Attic/Makefile between version 1.12 and 1.12.2.1

version 1.12, 2010/01/21 12:45:28 version 1.12.2.1, 2010/05/12 21:20:06
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKGNAME=        postgresql83-client-${BASE_VERS}  PKGNAME=        postgresql83-client-${BASE_VERS}
 PKGREVISION=    2  PKGREVISION=    1
 COMMENT=        PostgreSQL database client programs  COMMENT=        PostgreSQL database client programs
   
 PKG_DESTDIR_SUPPORT=    user-destdir  PKG_DESTDIR_SUPPORT=    user-destdir
Line 17  CONFIGURE_ARGS+= --with-zlib
Line 17  CONFIGURE_ARGS+= --with-zlib
 # 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on  # 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
 # NetBSD earler than 4.0 or DragonFly.  # NetBSD earler than 4.0 or DragonFly.
 # 2. configure with --enable-thread-safety fails on OpenBSD.  # 2. configure with --enable-thread-safety fails on OpenBSD.
 #  
 .if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \  .if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \
     ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"      ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
 PGSQL_THREAD_SAFETY?=   no  PGSQL_THREAD_SAFETY?=   no

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.2.1

CVSweb <webmaster@jp.NetBSD.org>