diff --git a/net-analyzer/netcat/patches/netcat-1.10.patchset b/net-analyzer/netcat/patches/netcat-1.10.patchset index 639a8cd4f..6169f6d1f 100644 --- a/net-analyzer/netcat/patches/netcat-1.10.patchset +++ b/net-analyzer/netcat/patches/netcat-1.10.patchset @@ -1,20 +1,19 @@ -From 933ba0887a6d06b8b0d8bcacb5fc0f546e121745 Mon Sep 17 00:00:00 2001 +From ea019e9659fb07d24ec113afdb264c235f1683be Mon Sep 17 00:00:00 2001 From: Puck Meerburg -Date: Fri, 10 Jan 2014 23:12:29 +0100 -Subject: Fix Haiku build and add Haiku fixes +Date: Sat, 11 Jan 2014 10:56:27 +0100 +Subject: Add Haiku fixes diff --git a/Makefile b/Makefile -index 99f2795..125dd6b 100644 +index 99f2795..ce1ebe5 100644 --- a/Makefile +++ b/Makefile -@@ -69,6 +69,10 @@ aix: +@@ -69,6 +69,9 @@ aix: linux: make -e $(ALL) $(MFLAGS) XFLAGS='-DLINUX' STATIC=-static -+# start with this for a new architecture, and see what breaks. +haiku: -+ make -e $(ALL) $(MFLAGS) XFLAGS='-DHAIKU -lnetwork -lbind' STATIC=-static ++ make -e $(ALL) $(MFLAGS) XFLAGS='-DHAIKU -lnetwork' STATIC=-static + # irix 5.2, dunno 'bout earlier versions. If STATIC='-non_shared' doesn't # work for you, null it out and yell at SGI for their STUPID default