diff options
author | anders <anders@FreeBSD.org> | 2002-08-14 07:57:35 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-08-14 07:57:35 +0800 |
commit | 3a6d0011f6bc5009fd8665fb50c3fffda3d4bb99 (patch) | |
tree | ba13842c9999dc588f9c08d755aebef36f22a86a /audio/musicbrainz | |
parent | 7c38f41fbd522d4459f0b460b0d22f34cb1e6e47 (diff) | |
download | freebsd-ports-gnome-3a6d0011f6bc5009fd8665fb50c3fffda3d4bb99.tar.gz freebsd-ports-gnome-3a6d0011f6bc5009fd8665fb50c3fffda3d4bb99.tar.zst freebsd-ports-gnome-3a6d0011f6bc5009fd8665fb50c3fffda3d4bb99.zip |
Fix building in -current.
PR: 41457
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Diffstat (limited to 'audio/musicbrainz')
-rw-r--r-- | audio/musicbrainz/files/patch-mb_freebsd.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/musicbrainz/files/patch-mb_freebsd.cpp b/audio/musicbrainz/files/patch-mb_freebsd.cpp new file mode 100644 index 000000000000..cd0e810a8cc0 --- /dev/null +++ b/audio/musicbrainz/files/patch-mb_freebsd.cpp @@ -0,0 +1,11 @@ +--- osdep/mb_freebsd.cpp.orig Tue Jul 10 00:22:07 2001 ++++ osdep/mb_freebsd.cpp Wed Aug 14 01:48:18 2002 +@@ -34,6 +34,8 @@ + #include <fcntl.h> + #include <assert.h> + ++#include <netinet/in.h> ++ + #include "mb.h" + #include "diskid.h" + #include "config.h" |