09af662602
this patch enables javac arguments -source & -target which will allow us to build with 1.5 but run with 1.4 or 1.5. building with 1.5 will be enabled in java.port.mk later. - sync patches (line numbers/-p)
13 lines
751 B
Plaintext
13 lines
751 B
Plaintext
$OpenBSD: patch-icu_makefile_mk,v 1.2 2006/11/09 15:18:01 kurt Exp $
|
|
--- icu/makefile.mk.orig.port Tue Mar 7 12:08:03 2006
|
|
+++ icu/makefile.mk Wed Nov 8 11:47:18 2006
|
|
@@ -77,7 +77,7 @@ icu_CXXFLAGS+=-O $(ARCH_FLAGS)
|
|
|
|
CONFIGURE_DIR=source
|
|
|
|
-CONFIGURE_ACTION=sh -c 'CFLAGS="$(icu_CFLAGS)" CXXFLAGS="$(icu_CXXFLAGS)" LDFLAGS="$(icu_LDFLAGS)" ./configure --enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no'
|
|
+CONFIGURE_ACTION=sh -c 'CFLAGS="$(icu_CFLAGS) -fPIC" CXXFLAGS="$(icu_CXXFLAGS) -fPIC" LDFLAGS="$(icu_LDFLAGS) -fPIC" ./configure --enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no'
|
|
|
|
#CONFIGURE_FLAGS=--enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no
|
|
CONFIGURE_FLAGS=
|