mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
PCRE2 is the name used for a revised API for the PCRE library, which is a set of functions, written in C, that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences.
11 lines
271 B
Text
11 lines
271 B
Text
--- Makefile.am.orig 2015-08-25 16:56:39 UTC
|
|
+++ Makefile.am
|
|
@@ -646,7 +646,7 @@ EXTRA_DIST += src/pcre2demo.c
|
|
|
|
# We have .pc files for pkg-config users.
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(libdir)data/pkgconfig
|
|
pkgconfig_DATA =
|
|
|
|
if WITH_PCRE2_8
|