mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
$NetBSD: patch-Makefile.am,v 1.1 2013/07/15 15:14:29 ryoon Exp $
|
|
|
|
* Create history.h symlink like NetBSD base libedit.
|
|
|
|
--- Makefile.am.orig 2011-08-02 08:07:56.000000000 +0000
|
|
+++ Makefile.am
|
|
@@ -7,3 +7,6 @@ SUBDIRS = src examples doc
|
|
EXTRA_DIST = libedit.pc.in
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libedit.pc
|
|
+
|
|
+install-data-local:
|
|
+ cd ${DESTDIR}${PREFIX}/include/editline && ln -s readline.h history.h
|