Files
bsdports/devel/libapr/files/patch-x-Makefile.in
2019-12-26 07:26:06 +00:00

14 lines
390 B
Plaintext

--- ./Makefile.in.orig 2017-05-31 17:04:18.000000000 +0200
+++ ./Makefile.in 2018-07-09 11:44:39.368555000 +0200
@@ -27,8 +27,8 @@
INSTALL_SUBDIRS=@INSTALL_SUBDIRS@
TARGET_LIB = lib@APR_LIBNAME@.la
-APR_PCFILE = apr-$(APR_MAJOR_VERSION).pc
-APR_CONFIG = apr-$(APR_MAJOR_VERSION)-config
+APR_PCFILE = apr.pc
+APR_CONFIG = apr-config
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@