diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/knapster/Makefile | 1 | ||||
-rw-r--r-- | audio/knapster/files/patch-ag | 10 |
2 files changed, 10 insertions, 1 deletions
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 <netdb.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <sys/time.h> + #include <unistd.h> |