3f9ae33a10
While I'm here, extend the descriptive patch headers. PR: 140716 Submitted by: Sofian Brabez <sbrabez@gmail.com>
16 lines
340 B
Text
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
|