From d3272852a6812e440e3118c23b76cdd785643130 Mon Sep 17 00:00:00 2001 From: jedgar Date: Sat, 11 Mar 2000 02:10:40 +0000 Subject: * Fix compilation under -stable where sys/types.h was not being included before sys/socket.h. * Remove a bit of cruft from the port's Makefile. PR: 17303 Submitted by: Cliff Rowley --- audio/knapster/Makefile | 1 - audio/knapster/files/patch-ag | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 audio/knapster/files/patch-ag (limited to 'audio') diff --git a/audio/knapster/Makefile b/audio/knapster/Makefile index 462417fbff15..3476c2898b97 100644 --- a/audio/knapster/Makefile +++ b/audio/knapster/Makefile @@ -12,7 +12,6 @@ MASTER_SITES= http://knapster.netpedia.net/packages/ MAINTAINER= jedgar@FreeBSD.org -#BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= kdehelp:${PORTSDIR}/x11/kdebase11 diff --git a/audio/knapster/files/patch-ag b/audio/knapster/files/patch-ag new file mode 100644 index 000000000000..05f1e8e82bdd --- /dev/null +++ b/audio/knapster/files/patch-ag @@ -0,0 +1,10 @@ +--- knapster/socks5.cpp.orig Sat Feb 26 01:36:14 2000 ++++ knapster/socks5.cpp Fri Mar 10 21:00:19 2000 +@@ -15,6 +15,7 @@ + * * + ***************************************************************************/ + #include ++#include + #include + #include + #include -- cgit