pkgsrc/devel/editline/patches/patch-Makefile.am

14 lines
435 B
Text
Raw Normal View History

$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
2015-02-15 03:03:38 +01:00
@@ -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