freebsd-ports/devel/libelf/files/patch-Makefile.in
Peter Pentchev 3f9ae33a10 Update to libelf-0.8.13, almost as per the PR.
While I'm here, extend the descriptive patch headers.

PR:		140716
Submitted by:	Sofian Brabez <sbrabez@gmail.com>
2009-11-20 10:31:09 +00:00

16 lines
340 B
Text

Description: Fix the pkgconfig data directory path.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2009-11-20
--- Makefile.in.orig
+++ Makefile.in
@@ -23,7 +23,7 @@
exec_prefix = @exec_prefix@
libdir = @libdir@
-pkgdir = $(libdir)/pkgconfig
+pkgdir = $(prefix)/libdata/pkgconfig
MV = mv -f
RM = rm -f