mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
15 lines
556 B
Plaintext
15 lines
556 B
Plaintext
$NetBSD: patch-ak,v 1.3 2010/10/06 12:37:58 taca Exp $
|
|
|
|
* Add some headers to HEADERS_ABI for building properly.
|
|
|
|
--- include/Makefile.in.orig 2010-09-13 13:46:47.000000000 +0000
|
|
+++ include/Makefile.in
|
|
@@ -397,6 +397,7 @@ BUILT_SOURCES = $(HEADERS_GEN_MAKE) link
|
|
HEADERS_GEN_CONFIGURE = mysql_version.h
|
|
HEADERS_GEN_MAKE = my_config.h
|
|
HEADERS_ABI = mysql.h mysql_com.h mysql_time.h \
|
|
+ mysqld_ername.h mysqld_error.h sql_state.h \
|
|
my_list.h my_alloc.h typelib.h mysql/plugin.h
|
|
|
|
pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
|