summaryrefslogtreecommitdiff
path: root/audio/knapster
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-11 02:10:40 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-11 02:10:40 +0000
commit8a4485f4cf124654e225986effd9b8069a2751f4 (patch)
treea77bccdca063d5144e1f7c638f8ea7b068656c30 /audio/knapster
parentupgrade to 3.52 (diff)
* 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 <dozprompt@onsea.com>
Notes
Notes: svn path=/head/; revision=26736
Diffstat (limited to 'audio/knapster')
-rw-r--r--audio/knapster/Makefile1
-rw-r--r--audio/knapster/files/patch-ag10
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>