summaryrefslogtreecommitdiff
path: root/databases/gnome-db
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-11 20:31:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-11 20:31:53 +0000
commit9b92eb0482e478391fc7c76c545c36550909f3f1 (patch)
tree9091d1f5ede4cfdd0d29df8eee05c77fe8538e67 /databases/gnome-db
parentapm and sensor are available only on i386. (diff)
Yet again unbroke gnomedb-fe on -current by supplying -pthread flag during
linking phase. Investigation is still underway, but it seems that we still need -pthread on 5-CURRENT in some cases (see recent thread on -hackers). Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=54568
Diffstat (limited to 'databases/gnome-db')
-rw-r--r--databases/gnome-db/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile
index fa035088707d..190aafb7c354 100644
--- a/databases/gnome-db/Makefile
+++ b/databases/gnome-db/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomedb
PORTVERSION= 0.2.95
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
@@ -22,7 +23,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl"
+ LIBS="-pthread -L${LOCALBASE}/lib -lintl"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
PLIST_SUB= VERSION=${PORTVERSION}