freebsd-ports/devel/pkg-config/files/patch-Makefile.in
Adam Weinberger 1cb9690b6f Update to 0.17.
It's now significantly easier to change the pkg-config search path.
2005-04-12 18:12:12 +00:00

11 lines
320 B
Text

--- Makefile.in.orig Tue Apr 12 13:47:14 2005
+++ Makefile.in Tue Apr 12 13:48:21 2005
@@ -18,7 +18,7 @@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
+pkglibdir = $(prefix)/libdata/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .