Re: [RFC/PATCH] Use compatibility regex library for OSX/Darwin

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Sixt
Date: Wednesday, September 10, 2008 - 2:49 am

Mike Ralphson schrieb:

The MinGW part of this patch works just fine:

Tested-by: Johannes Sixt <johannes.sixt@telecom.at>

...

Does this patchlet help? It gives no warnings or errors on my AIX 4.3.3
box and passes the new test (which fails without this).

diff --git a/Makefile b/Makefile
index 98d67f1..0637419 100644
--- a/Makefile
+++ b/Makefile
@@ -702,6 +702,8 @@ ifeq ($(uname_S),AIX)
 	INTERNAL_QSORT = UnfortunatelyYes
 	NEEDS_LIBICONV=YesPlease
 	BASIC_CFLAGS += -D_LARGE_FILES
+	COMPAT_CFLAGS += -Icompat/regex
+	COMPAT_OBJS += compat/regex/regex.o
 endif
 ifeq ($(uname_S),GNU)
 	# GNU/Hurd

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC/PATCH] Use compatibility regex library for OSX/Darwin, Arjen Laarhoven, (Sun Sep 7, 11:45 am)
Re: [RFC/PATCH] Use compatibility regex library for OSX/Darwin, Johannes Sixt, (Wed Sep 10, 2:49 am)
[PATCH] Use compatibility regex library also on AIX, Johannes Sixt, (Thu Sep 11, 1:14 am)
Re: [PATCH] Use compatibility regex library also on AIX, Arjen Laarhoven, (Thu Sep 11, 1:25 am)
Re: [PATCH] Use compatibility regex library also on AIX, Junio C Hamano, (Thu Sep 11, 1:27 am)
Re: [PATCH] Use compatibility regex library also on AIX, Mike Ralphson, (Thu Sep 11, 1:31 am)
Re: [PATCH 2/4] diff.c: associate a flag with each pattern ..., Andreas Ericsson, (Wed Sep 17, 11:41 pm)
Re: [PATCH 4/4] diff.c: convert builtin funcname patterns ..., Andreas Ericsson, (Thu Sep 18, 12:18 am)
Re: [PATCH 4/4] diff.c: convert builtin funcname patterns ..., Jonathan del Strother, (Thu Sep 18, 3:53 am)