Set defines for Mac OS X so that libsolv can be built

This commit is contained in:
Niels Sascha Reedijk
2013-09-29 11:56:27 +02:00
parent 8ce48ae581
commit 3e3ffe6858
+2
View File
@@ -30,6 +30,8 @@ switch $(HOST_PLATFORM) {
DEFINES += HAVE_FOPENCOOKIE ;
case freebsd :
DEFINES += HAVE_FUNOPEN ;
case darwin :
DEFINES += HAVE_FUNOPEN HAVE_QSORT_R ;
case * :
Exit $(SUBDIR)/Jamfile: "Please add a case for your platform"
"($(HOST_PLATFORM))!" ;