diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-30 21:09:02 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-30 21:09:02 +0000 |
commit | 4209c18ac14a74e8400a71d4a04d0ae3194a08ea (patch) | |
tree | dc6e45a3b6563f8d9b0938102789c8f23bafcc95 /audio | |
parent | 91dae29ec0e5ff04cbeaed602d3a25066605022a (diff) | |
download | ports-4209c18ac14a74e8400a71d4a04d0ae3194a08ea.tar.gz ports-4209c18ac14a74e8400a71d4a04d0ae3194a08ea.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdindex/files/patch-cdi_freebsd.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/cdindex/files/patch-cdi_freebsd.cpp b/audio/cdindex/files/patch-cdi_freebsd.cpp new file mode 100644 index 000000000000..3f550935dfca --- /dev/null +++ b/audio/cdindex/files/patch-cdi_freebsd.cpp @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- cdi_freebsd.cpp.orig Sat Mar 30 16:02:52 2002 ++++ cdi_freebsd.cpp Sat Mar 30 16:03:18 2002 +@@ -23,6 +23,7 @@ + //____________________________________________________________________________ + + ++#include <arpa/inet.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |