$NetBSD: patch-aw,v 1.3 2006/05/26 18:25:34 seb Exp $ --- isam/Makefile.in.orig 2006-04-29 05:36:29.000000000 +0000 +++ isam/Makefile.in @@ -119,7 +119,7 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUD LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) +CCLD = $(CXX) LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(libnisam_a_SOURCES) $(isamchk_SOURCES) isamlog.c \