pkgsrc/devel/editline/patches/patch-Makefile.am
rodent 2982a412df FreeBSD's wchar_t seems to be able to handle the ISO 10646 chacters too.
This will unbreak the build of a few packages on FreeBSD, notably mysql*.
Defuzz patches.
2015-05-17 21:19:12 +00:00

13 lines
435 B
Text

$NetBSD: patch-Makefile.am,v 1.4 2015/05/17 21:19:12 rodent Exp $
* Create history.h symlink like NetBSD base libedit.
--- Makefile.am.orig 2015-03-25 20:02:28.000000000 +0000
+++ Makefile.am
@@ -11,3 +11,6 @@ SUBDIRS = src $(EXAMPLES_DIR) doc
EXTRA_DIST = libedit.pc.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libedit.pc
+
+install-data-local:
+ cd ${DESTDIR}${PREFIX}/include/editline && ln -sf readline.h history.h