From aacbc7f86ebdf460a591932177ee9318bf557a80 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Sat, 6 Oct 2007 09:32:15 +0000 Subject: [PATCH] 2007-10-06 [colin] 3.0.2cvs17 * configure.ac Export -DSOLARIS in CFLAGS for all Solaris (not just 2.8) and OpenSolaris --- ChangeLog | 6 ++++++ PATCHSETS | 1 + configure.ac | 8 ++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b5e0d375..1a2b28775 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-06 [colin] 3.0.2cvs17 + + * configure.ac + Export -DSOLARIS in CFLAGS for all + Solaris (not just 2.8) and OpenSolaris + 2007-10-06 [paul] 3.0.2cvs16 * AUTHORS diff --git a/PATCHSETS b/PATCHSETS index 49af262c7..b29193816 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2929,3 +2929,4 @@ ( cvs diff -u -r 1.60.2.37 -r 1.60.2.38 src/filtering.c; ) > 3.0.2cvs14.patchset ( cvs diff -u -r 1.1.4.86 -r 1.1.4.87 src/etpan/imap-thread.c; ) > 3.0.2cvs15.patchset ( cvs diff -u -r 1.100.2.53 -r 1.100.2.54 AUTHORS; cvs diff -u -r 1.5.2.23 -r 1.5.2.24 src/exporthtml.c; cvs diff -u -r 1.28.2.39 -r 1.28.2.40 src/mbox.c; cvs diff -u -r 1.1.2.40 -r 1.1.2.41 src/gtk/authors.h; ) > 3.0.2cvs16.patchset +( cvs diff -u -r 1.654.2.2985 -r 1.654.2.2986 configure.ac; ) > 3.0.2cvs17.patchset diff --git a/configure.ac b/configure.ac index a60a9c1cc..b841f31a1 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=0 MICRO_VERSION=2 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=16 +EXTRA_VERSION=17 EXTRA_RELEASE= EXTRA_GTK2_VERSION= @@ -156,7 +156,11 @@ case "$target" in CFLAGS="$CFLAGS -mms-bitfields" LIBS="$LIBS -l${pthread_name} -lws2_32 -lregex" ;; -*-sun-solaris2.8) +*-sun-solaris*) + CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS" + CFLAGS="$CFLAGS -DSOLARIS" + ;; +*-pc-solaris*) CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS" CFLAGS="$CFLAGS -DSOLARIS" ;; -- 2.25.1