Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
24 lines
658 B
Plaintext
24 lines
658 B
Plaintext
--- lib/Makefile.in.orig 2016-02-19 14:21:44 UTC
|
|
+++ lib/Makefile.in
|
|
@@ -367,8 +367,8 @@ AM_CFLAGS = @CFLAG_VISIBILITY@
|
|
libincludedir = ${libdir}/@PACKAGE@/include
|
|
lib_LTLIBRARIES = libzip.la
|
|
noinst_HEADERS = zipint.h
|
|
-include_HEADERS = zip.h
|
|
-nodist_libinclude_HEADERS = zipconf.h
|
|
+include_HEADERS = zip.h zipconf.h
|
|
+nodist_libinclude_HEADERS =
|
|
|
|
# also update CMakeLists.txt when changing version
|
|
libzip_la_LDFLAGS = -no-undefined -version-info 4:0:0
|
|
@@ -882,8 +882,7 @@ info: info-am
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-includeHEADERS \
|
|
- install-nodist_libincludeHEADERS
|
|
+install-data-am: install-includeHEADERS
|
|
|
|
install-dvi: install-dvi-am
|
|
|