summaryrefslogtreecommitdiff
path: root/databases/mysql4-server/patches/patch-ax
blob: bee839f38c3056cfe08bb7fe9250f9f893a787fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ax,v 1.2 2005/01/10 15:47:18 xtraeme Exp $

--- myisam/Makefile.in.orig	2005-01-10 16:19:12.000000000 +0100
+++ myisam/Makefile.in	2005-01-10 16:19:21.000000000 +0100
@@ -172,7 +172,7 @@
 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
+CCLD = $(CXX)
 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
 SOURCES = $(libmyisam_a_SOURCES) mi_test1.c mi_test2.c mi_test3.c \