Files
pkgsrc-ng/databases/mysql5-server/patches/patch-al
2013-09-26 17:14:40 +02:00

14 lines
560 B
Plaintext

$NetBSD: patch-al,v 1.4 2009/11/26 16:33:29 tron Exp $
--- myisam/Makefile.in.orig 2009-11-09 18:37:52.000000000 +0000
+++ myisam/Makefile.in 2009-11-26 14:26:06.000000000 +0000
@@ -152,7 +152,7 @@
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
+CCLD = $(CXX)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@