The MacPorts include paths are like UNIX not like APPLE

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6098 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d5783118f74b3ab825a45337c224976265787f0a
Former-commit-id: 408c02633167f61408f16afbfc9a42ad3ad3eb49
This commit is contained in:
beaglejoe 2015-08-30 23:30:51 +00:00
parent 00f9da9278
commit d68caa1049
4 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@
# pragma warning (disable:4251) // class XXX needs a DLL interface ...
#endif
#ifdef __APPLE__
#if defined(__APPLE__) && !defined(USE_MACPORTS)
# include <js.h>
#else
# include <plib/js.h>

View file

@ -40,7 +40,7 @@ version : $Id$
#include <set>
#include <map>
#ifdef __APPLE__
#if defined(__APPLE__) && !defined(USE_MACPORTS)
#include <enet.h>
#else
#include <enet/enet.h>

View file

@ -19,7 +19,7 @@
#ifndef OPENAL_SOUND_H
#define OPENAL_SOUND_H
#ifdef __APPLE__
#if defined(__APPLE__) && !defined(USE_MACPORTS)
#include"al.h"
#include"alc.h"
#else

View file

@ -19,7 +19,7 @@
#ifndef OPENAL_SOUND_INTERFACE_H
#define OPENAL_SOUND_INTERFACE_H
#ifdef __APPLE__
#if defined(__APPLE__) && !defined(USE_MACPORTS)
#include"al.h"
#include"alc.h"
#else