summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-08 11:29:50 +0000
committerjoerg <joerg>2006-03-08 11:29:50 +0000
commit9afd4c7fe458266ddf73acf9ccc56de4b68988ce (patch)
tree8243a56a2b9e08077791fc73c055cde05876b3e8 /x11
parentc56bdb4d0e86a4cb441298170046baf21db4ddab (diff)
downloadpkgsrc-9afd4c7fe458266ddf73acf9ccc56de4b68988ce.tar.gz
Fix typo resulting in incorrect thread detection. Bump revision.
Diffstat (limited to 'x11')
-rw-r--r--x11/efltk/Makefile4
-rw-r--r--x11/efltk/distinfo4
-rw-r--r--x11/efltk/patches/patch-ah10
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile
index 3bdd86ff300..5fb456233fd 100644
--- a/x11/efltk/Makefile
+++ b/x11/efltk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:31:08 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/03/08 11:29:50 joerg Exp $
#
DISTNAME= efltk-2.0.5
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ede/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/efltk/distinfo b/x11/efltk/distinfo
index 2352885ad94..992619cab99 100644
--- a/x11/efltk/distinfo
+++ b/x11/efltk/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/02/18 14:25:03 joerg Exp $
+$NetBSD: distinfo,v 1.5 2006/03/08 11:29:50 joerg Exp $
SHA1 (efltk-2.0.5.tar.bz2) = 26f7124b384d0bfe3d28a73cbdf0111432b08d99
RMD160 (efltk-2.0.5.tar.bz2) = 7efa711d0df8a01ee402e1866286265d294778e8
@@ -10,4 +10,4 @@ SHA1 (patch-ad) = 41911884bc0eaa6a4de869b90d62c9ee27d1908b
SHA1 (patch-ae) = db02f224887f6d0e55334310ad0a3f09da6499b8
SHA1 (patch-af) = 2fe44ea57e0579dcfa43ba597e52161c70f67efd
SHA1 (patch-ag) = 29799b2b0aeffbca82dbc98cb1e06eb62a7e595a
-SHA1 (patch-ah) = d08c03978e902e6cb8fbc6523be5b260b3c8eb63
+SHA1 (patch-ah) = 63bacecefa0cece0cbcbf229c886231f2907c0a8
diff --git a/x11/efltk/patches/patch-ah b/x11/efltk/patches/patch-ah
index 934e7339fc6..02b4b7ff17c 100644
--- a/x11/efltk/patches/patch-ah
+++ b/x11/efltk/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.1 2006/02/18 14:25:03 joerg Exp $
+$NetBSD: patch-ah,v 1.2 2006/03/08 11:29:50 joerg Exp $
--- configure.orig 2006-02-18 14:10:57.000000000 +0000
+++ configure
@@ -8,14 +8,14 @@ $NetBSD: patch-ah,v 1.1 2006/02/18 14:25:03 joerg Exp $
else
- echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking for pthread_create in ${PTHREAD_LDADD} ${PTHREAD_LIBS}" >&5
-+echo $ECHO_N "checking for pthread_create in ${PTHREAD_LDADD} ${PTHREAD_LIBS}... $ECHO_C" >&6
++ echo "$as_me:$LINENO: checking for pthread_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5
++echo $ECHO_N "checking for pthread_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6
if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread $LIBS"
-+LIBS="${PTHREAD_LDADD} ${PTHREAD_LIBS} $LIBS"
++LIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -24,7 +24,7 @@ $NetBSD: patch-ah,v 1.1 2006/02/18 14:25:03 joerg Exp $
if test $ac_cv_lib_pthread_pthread_create = yes; then
\
- THREADSLIBS=-lpthread have_pthread=yes
-+ THREADSLIBS="${PTHREAD_LDADD} ${PTHREAD_LIBS}" have_pthread=yes
++ THREADSLIBS="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" have_pthread=yes
fi
fi