|
@@ -9,6 +9,13 @@ DEPENDENCIES = $(GISDEP) $(RASTERDEP)
|
|
|
|
|
|
include $(MODULE_TOPDIR)/include/Make/Module.make
|
|
|
|
|
|
+ifeq ($(findstring darwin,$(ARCH)),darwin)
|
|
|
+ifneq ($(WX_ISOSX64BIT),1)
|
|
|
+CFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(CFLAGS)))
|
|
|
+LDFLAGS := $(subst -arch ppc64,,$(subst -arch x86_64,,$(LDFLAGS)))
|
|
|
+endif
|
|
|
+endif
|
|
|
+
|
|
|
LINK = $(CXX)
|
|
|
|
|
|
ifneq ($(USE_WXWIDGETS),)
|