mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 21:11:17 +02:00
14 lines
390 B
Plaintext
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@
|
|
|