diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-12-12 12:22:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-12-12 12:22:37 +0000 |
commit | 1c0b5a9336049987d586fa4c28d5878cc8b7e432 (patch) | |
tree | 3717725065dd9d276b9d92898e490da4cd242e8d /solenv/inc/unxsols4.mk | |
parent | ca415cb891637e76ed44504c7d64650100a68698 (diff) |
INTEGRATION: CWS configure22 (1.44.34); FILE MERGED
2007/11/14 21:09:57 rene 1.44.34.2: RESYNC: (1.44-1.45); FILE MERGED
2007/10/15 22:46:22 rene 1.44.34.1: #i79874# STLport5 support for configure
Diffstat (limited to 'solenv/inc/unxsols4.mk')
-rw-r--r-- | solenv/inc/unxsols4.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxsols4.mk b/solenv/inc/unxsols4.mk index 2214d340044e..a8fda03b6f7e 100644 --- a/solenv/inc/unxsols4.mk +++ b/solenv/inc/unxsols4.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxsols4.mk,v $ # -# $Revision: 1.45 $ +# $Revision: 1.46 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:42:02 $ +# last change: $Author: kz $ $Date: 2007-12-12 13:22:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ ASM=/usr/ccs/bin/as AFLAGS=-P -xarch=v8plus -D__sparcv8plus -CDEFS+=-D_PTHREADS -DSYSV -DSUN -DSUN4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=400 +CDEFS+=-D_PTHREADS -DSYSV -DSUN -DSUN4 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSTLPORT_VERSION=$(STLPORT_VER) SOLAR_JAVA*=TRUE .IF "$(SOLAR_JAVA)"!="" |