diff options
author | Steve Price <steve@FreeBSD.org> | 2000-06-03 15:46:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-06-03 15:46:37 +0000 |
commit | 37ed2ff49956c3196b2652abfdd8c53a3023cf8b (patch) | |
tree | a182d508097ac9e977ea7f290dee78a0c3f02bb8 /audio/xmms-liveice | |
parent | 44771d5bb4cc9d0a0767b1ffe1a0d13f49ba0bf3 (diff) | |
download | ports-37ed2ff49956c3196b2652abfdd8c53a3023cf8b.tar.gz ports-37ed2ff49956c3196b2652abfdd8c53a3023cf8b.zip |
Notes
Diffstat (limited to 'audio/xmms-liveice')
-rw-r--r-- | audio/xmms-liveice/files/patch-aa | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/audio/xmms-liveice/files/patch-aa b/audio/xmms-liveice/files/patch-aa index 0c103487a2e3..6e7829a57081 100644 --- a/audio/xmms-liveice/files/patch-aa +++ b/audio/xmms-liveice/files/patch-aa @@ -10,12 +10,9 @@ #include <sys/socket.h> #include <netdb.h> #include <netinet/in.h> -*** src/liveice.h.org Sat Feb 5 17:25:09 2000 ---- src/liveice.h Sat Feb 5 17:25:12 2000 -*************** -*** 1,3 **** ---- 1,4 ---- -+ #include <sys/types.h> - - #define LIVEICE_VERSION "1.0" - +--- src/liveice.h.orig Mon May 15 08:00:03 2000 ++++ src/liveice.h Sat Jun 3 10:07:32 2000 +@@ -1,2 +1,2 @@ +- ++#include <sys/types.h> + |