aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2006-07-19 10:27:23 +0800
committersobomax <sobomax@FreeBSD.org>2006-07-19 10:27:23 +0800
commit0af2bcc6e021dd878b9dc6db285613ef4ac30e20 (patch)
tree8528705cd61690e7f2cb9eaa604a3bfd8c7ddb56 /net
parent6ead3cf487e82f3de7ee3f96f98676fda6358431 (diff)
downloadfreebsd-ports-gnome-0af2bcc6e021dd878b9dc6db285613ef4ac30e20.tar.gz
freebsd-ports-gnome-0af2bcc6e021dd878b9dc6db285613ef4ac30e20.tar.zst
freebsd-ports-gnome-0af2bcc6e021dd878b9dc6db285613ef4ac30e20.zip
Fix incorrect patch.
Diffstat (limited to 'net')
-rw-r--r--net/b2bua/files/patch-contrib::libcext_lgpl::Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/b2bua/files/patch-contrib::libcext_lgpl::Makefile b/net/b2bua/files/patch-contrib::libcext_lgpl::Makefile
index b3f6b82371fd..973cb2e98e90 100644
--- a/net/b2bua/files/patch-contrib::libcext_lgpl::Makefile
+++ b/net/b2bua/files/patch-contrib::libcext_lgpl::Makefile
@@ -3,12 +3,12 @@ $FreeBSD$
--- contrib/libcext_lgpl/Makefile
+++ contrib/libcext_lgpl/Makefile
-@@ -12,7 +12,7 @@
- # Darwin
+@@ -19,7 +19,7 @@
- AR=libtool -static -o
--OBJS = poll.o pthread_adds.o gethostby_r.o getnetby_r.o getprotoby_r.o getpw_r.o getservby_r.o
+ # FreeBSD
+ AR=ar r
+-OBJS = gethostby_r.o getnetby_r.o getprotoby_r.o getpw_r.o getservby_r.o
+OBJS = getpw_r.o
+ endif
- HEADERS = poll.h pthread_adds.h
- else
+ libcext_lgpl.a: $(OBJS)