summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pwlib/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index 2601a1782b0f..aebb23a900da 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -7,10 +7,10 @@
PORTNAME= pwlib
PORTVERSION= 1.12.0
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
DISTNAME= openh323/ptlib-v${PORTVERSION:S/./_/g}-src.
EXTRACT_SUFX= tar.gz
@@ -46,6 +46,7 @@ CONFIGURE_ENV+= ATOMICITY_H="<ext/atomicity.h>"
.else
CONFIGURE_ENV+= ATOMICITY_H="<bits/atomicity.h>"
.endif
+
# if explicitely asked for, depend upon it
.if defined(WITH_SDL)
USE_SDL+= sdl
@@ -85,6 +86,11 @@ CONFIGURE_ENV+= OPENLDAPLIBDIR="${LOCALBASE}/lib"
MAKE_ENV+= OPENLDAPLIBDIR="${LOCALBASE}/lib"
.endif
+#disable OBDC support... it doesn't compile and nothing _seems_ to
+#actually use it. If you do have something that requires this please
+#send patches!
+CONFIGURE_ARGS+= --disable-odbc
+
#enable esound support
.if defined(WITH_ESOUND) && ${HAVE_GNOME:Mesound}!=""
USE_GNOME+= esound