Set defines for Mac OS X so that libsolv can be built
This commit is contained in:
@@ -30,6 +30,8 @@ switch $(HOST_PLATFORM) {
|
|||||||
DEFINES += HAVE_FOPENCOOKIE ;
|
DEFINES += HAVE_FOPENCOOKIE ;
|
||||||
case freebsd :
|
case freebsd :
|
||||||
DEFINES += HAVE_FUNOPEN ;
|
DEFINES += HAVE_FUNOPEN ;
|
||||||
|
case darwin :
|
||||||
|
DEFINES += HAVE_FUNOPEN HAVE_QSORT_R ;
|
||||||
case * :
|
case * :
|
||||||
Exit $(SUBDIR)/Jamfile: "Please add a case for your platform"
|
Exit $(SUBDIR)/Jamfile: "Please add a case for your platform"
|
||||||
"($(HOST_PLATFORM))!" ;
|
"($(HOST_PLATFORM))!" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user