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 | af591191d2b91375c67ab57df64d383e66055294 (patch) | |
tree | ddbacf3026d39d6b23e622ac51745a4f7db32d44 /net/ORBit/patches | |
parent | 675d464c92282081571087f8ad824d1cae9d8414 (diff) | |
download | pkgsrc-af591191d2b91375c67ab57df64d383e66055294.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/ORBit/patches')
-rw-r--r-- | net/ORBit/patches/patch-af | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/net/ORBit/patches/patch-af b/net/ORBit/patches/patch-af index b5f3a3e390c..32bb9281550 100644 --- a/net/ORBit/patches/patch-af +++ b/net/ORBit/patches/patch-af @@ -1,16 +1,7 @@ -$NetBSD: patch-af,v 1.8 2003/07/11 23:38:46 grant Exp $ +$NetBSD: patch-af,v 1.9 2004/11/12 06:39:20 jlam Exp $ --- src/IIOP/Makefile.in.orig Mon Jan 7 18:23:54 2002 +++ src/IIOP/Makefile.in Thu Apr 4 12:30:24 2002 -@@ -128,7 +128,7 @@ - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ $(PTHREAD_LDFLAGS) - @HAVE_HOSTS_ACCESS_TRUE@libIIOP_la_DEPENDENCIES = $(addsuffix .lo, \ - @HAVE_HOSTS_ACCESS_TRUE@$(basename $(filter %.o, $(shell ar t \ - @HAVE_HOSTS_ACCESS_TRUE@$(LIBWRAP_PATH))))) @@ -399,8 +399,11 @@ make_libwrap_files: $(LIBWRAP_PATH) |