- some iphone linking fixes...

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@901 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 19 years ago
parent 6a81b7d6b9
commit 34a5a9d615

@ -113,8 +113,11 @@ ifeq ($(OS), darwin)
CPPFLAGS += -DBSD44SOCKETS
# add the DarwinPorts directory
CPPFLAGS += -I /opt/local/include
LDFLAGS += -L/opt/local/lib
ifneq ($(ARCH), iphone)
CPPFLAGS += -D__DARWIN_UNIX03
CPPFLAGS += -I /opt/local/include
LDFLAGS += -L/opt/local/lib
endif
override exclude_modules += binrpcctrl mp3 examples py_sems
else

@ -43,6 +43,10 @@ include ../Makefile.defs
LDFLAGS += -lstdc++
ifeq ($(ARCH),iphone)
LDFLAGS += -lgcc_eh
endif
ifdef USE_SPANDSP
ifdef LIBSPANDSP_STATIC
LDFLAGS += $(LIBSPANDSP_LDIR)libspandsp.a

Loading…
Cancel
Save