Commit bd6ee669 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* fix contrib system on OS X 10.2.

  - some libcddb bugs found. Sent them upstream too.
parent 1c18e067
...@@ -775,7 +775,7 @@ libcddb: libcddb-$(CDDB_VERSION).tar.gz ...@@ -775,7 +775,7 @@ libcddb: libcddb-$(CDDB_VERSION).tar.gz
patch -p 0 < Patches/libcddb.patch patch -p 0 < Patches/libcddb.patch
.cddb: libcddb .cddb: libcddb
(cd $<; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install) (cd $<; ./configure --prefix=$(PREFIX) --disable-shared --enable-static CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int" && make && make install)
touch $@ touch $@
CLEAN_FILE += .cddb CLEAN_FILE += .cddb
......
...@@ -8,3 +8,14 @@ ...@@ -8,3 +8,14 @@
#include <regex.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>
...@@ -100,7 +100,7 @@ MASH_URL=$(SF)/openmash/mash-src-$(MASH_VERSION).tar.gz ...@@ -100,7 +100,7 @@ MASH_URL=$(SF)/openmash/mash-src-$(MASH_VERSION).tar.gz
CDDB_VERSION=0.9.4 CDDB_VERSION=0.9.4
CDDB_URL=$(SF)/libcddb/libcddb-$(CDDB_VERSION).tar.gz CDDB_URL=$(SF)/libcddb/libcddb-$(CDDB_VERSION).tar.gz
VCDIMAGER_VERSION=0.7.20 VCDIMAGER_VERSION=0.7.20
VCDIMAGER_URL=$(GNU)/vcdimager/vcdimager-$(VCDIMAGER_VERSION).tar.gz VCDIMAGER_URL=$(VIDEOLAN)/testing/contrib/vcdimager-$(VCDIMAGER_VERSION).tar.gz
CDIO_VERSION=0.69 CDIO_VERSION=0.69
CDIO_URL=$(GNU)/libcdio/libcdio-$(CDIO_VERSION).tar.gz CDIO_URL=$(GNU)/libcdio/libcdio-$(CDIO_VERSION).tar.gz
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