pkgsrc-ng/devel/editline/patches/patch-Makefile.am
2016-01-21 23:41:46 +01:00

14 lines
435 B
Plaintext

$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