Commit 119788ee authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* newer libcddb

parent f6b55b7d
......@@ -55,7 +55,7 @@ all: .autoconf .libtool .automake .iconv .intl .pkgcfg .freetype .fribidi \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .openslp \
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod \
.png .gpgerror .gcrypt .gnutls .daap .cddb .cdio .vcdimager
.png .gpgerror .gcrypt .gnutls .daap .cdio .vcdimager
endif
ifeq ($(SYS),BEOS)
all: .perl .autoconf .libtool .automake .iconv .intl .freetype .fribidi \
......
--- libcddb.orig/include/cddb/cddb_regex.h Mon Jul 5 02:12:12 2004
+++ libcddb/include/cddb/cddb_regex.h Sun Jul 4 22:05:44 2004
@@ -28,6 +28,7 @@
#include <stdlib.h>
+#include <unistd.h>
#include <regex.h>
--- libcddb.orig/lib/cddb_net.c Mon Jul 5 22:07:40 2004
+++ libcddb/lib/cddb_net.c Mon Jul 5 22:05:53 2004
@@ -24,7 +24,7 @@
#include <netdb.h>
#include <setjmp.h>
#include <signal.h>
-#include <time.h>
+#include <sys/time.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/socket.h>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment