Step-by-step OpenJDK on OS X?
Ronald Garcia
garcia at osl.iu.edu
Sun Feb 1 10:08:40 PST 2009
Hi Pierre,
I had the same problem with splashscreen. My solution was roughly the
same, though perhaps a bit of overkill:
ifeq ($(OS_VENDOR), Apple)
ICONV_PATH = /usr
CPPFLAGS += -I$(ICONV_PATH)/include
OTHER_LDLIBS += -L$(ICONV_PATH)/lib -liconv
else
etc.
Cheers,
ron
On Feb 1, 2009, at 12:00 PM, Pierre Queinnec wrote:
> Just to add that right now, here (Mac OS X Intel building 32bit) the
> tip compiles fine except for jdk/make/sun/splashscreen, patch
> attached. Is anybody seeing this too?
> --
> Pierre Queinnec
> Architecte - Zenika
> http://www.zenika.com
>
> --- Makefile.old 2009-02-01 18:50:03.000000000 +0100
> +++ Makefile 2009-02-01 18:12:22.000000000 +0100
> @@ -74,6 +74,7 @@
> CFLAGS += -DPNG_NO_MMX_CODE
> ifeq ($(OS_VENDOR), Apple)
> ICONV_PATH = /usr
> + OTHER_LDLIBS += -liconv
> else
> ifneq ($(OS_NAME), netbsd)
> ICONV_PATH = $(PACKAGE_PATH)
>
More information about the bsd-port-dev
mailing list