diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-12 06:39:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-12 06:39:19 +0000 |
commit | 08bd1482c890f3a621b3f77885975cf276bb0264 (patch) | |
tree | ddbacf3026d39d6b23e622ac51745a4f7db32d44 /net/kphone/patches/patch-af | |
parent | 3690d543baf9ce61bf3eeacf827697fb7dc431a9 (diff) | |
download | pkgsrc-08bd1482c890f3a621b3f77885975cf276bb0264.tar.gz |
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
Diffstat (limited to 'net/kphone/patches/patch-af')
-rw-r--r-- | net/kphone/patches/patch-af | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/kphone/patches/patch-af b/net/kphone/patches/patch-af index 72d6e5a4d2c..ee088b4c886 100644 --- a/net/kphone/patches/patch-af +++ b/net/kphone/patches/patch-af @@ -1,13 +1,12 @@ -$NetBSD: patch-af,v 1.1 2004/07/21 21:49:02 scw Exp $ +$NetBSD: patch-af,v 1.2 2004/11/12 06:39:21 jlam Exp $ --- configure.orig 2004-04-01 16:56:26.000000000 +0100 +++ configure 2004-07-21 11:45:46.000000000 +0100 -@@ -1860,7 +1860,7 @@ +@@ -1860,7 +1860,6 @@ CFLAGS="$CFLAGS -g -DDEBUG" echo "$ac_t""yes" 1>&6 else -CFLAGS="$CFLAGS -O3" -+CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" echo "$ac_t""no" 1>&6 fi |