Commit 5165e593 authored by Clément Stenac's avatar Clément Stenac

Backport OS X specific USE_LOCALE patch to trunk/

parent 3e8aabdc
......@@ -865,6 +865,7 @@ live555-$(LIVEDOTCOM_VERSION).tar.gz:
live: live555-$(LIVEDOTCOM_VERSION).tar.gz
$(EXTRACT_GZ)
patch -p 0 < Patches/live.patch
patch -p 0 < Patches/livedotcom-osx.patch
.live: live
ifeq ($(HOST),ppc-darwin)
......
--- live.orig/config.macosx 2005-10-23 08:50:31.000000000 +0200
+++ live/config.macosx 2005-10-23 17:10:57.000000000 +0200
@@ -1,10 +1,10 @@
COMPILE_OPTS = $(INCLUDES) -I. -DBSD=1 -O -DSOCKLEN_T=socklen_t
C = c
C_COMPILER = cc
-C_FLAGS = $(COMPILE_OPTS)
+C_FLAGS = $(COMPILE_OPTS) -DUSE_LOCALE
CPP = cpp
CPLUSPLUS_COMPILER = c++
-CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall
+CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DUSE_LOCALE
OBJ = o
LINK = c++ -o
LINK_OPTS = -L.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment