Build with thread supports by default.

Bump PORTREVISION.
This commit is contained in:
Max Khon 2004-06-28 01:19:44 +00:00
parent 8fbb1f7acc
commit 537115a154
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112427

View File

@ -7,6 +7,7 @@
PORTNAME= unixODBC
PORTVERSION= 2.2.9
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.unixodbc.org/
@ -37,7 +38,7 @@ CONFIGURE_ARGS+= --disable-gui
PLIST_SUB= GUI:="@comment "
.endif
.if defined(WITH_PTHREAD) || defined(WITH_GUI)
.if !defined(WITHOUT_THREADS) || defined(WITH_GUI)
CONFIGURE_ARGS+= --enable-threads=yes
.else
CONFIGURE_ARGS+= --enable-threads=no