From Bob Kuehne, build fixes for OSX.

This commit is contained in:
Robert Osfield
2003-12-17 23:19:11 +00:00
parent 8fefec9f47
commit 0edb480129
2 changed files with 2 additions and 1 deletions

View File

@@ -408,7 +408,7 @@ ifeq ($(OS),Darwin)
LIB_EXT = dylib
QUICKTIME = -framework QuickTime $(CARBON_LIB)
FREETYPE_INCLUDE = -I/usr/X11R6/include/freetype2 -I/sw/include/freetype2
LIBXML2_INCLUDE = -I/sw/include/libxml2 -I/sw/include
LIBXML2_INCLUDE = -I/usr/include/libxml2 -I/sw/include/libxml2
TIFF_LIB = -ltiff
LIBVERSION = -current_version $(VERSION) \
-compatibility_version \

View File

@@ -7,6 +7,7 @@
#include "osgDB/FileNameUtils"
#include "osgDB/Registry"
#include "osgDB/FileUtils"
#include <stdio.h>
#include <stdlib.h>