aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-11 10:10:40 +0800
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-11 10:10:40 +0800
commit8a4485f4cf124654e225986effd9b8069a2751f4 (patch)
treea77bccdca063d5144e1f7c638f8ea7b068656c30 /audio
parente1de7422e3db89d1d3665bf183e948c655e8be41 (diff)
downloadfreebsd-ports-gnome-8a4485f4cf124654e225986effd9b8069a2751f4.tar.gz
freebsd-ports-gnome-8a4485f4cf124654e225986effd9b8069a2751f4.tar.zst
freebsd-ports-gnome-8a4485f4cf124654e225986effd9b8069a2751f4.zip
* 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>
Diffstat (limited to 'audio')
-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>