aboutsummaryrefslogtreecommitdiffstats
path: root/dns/c-ares/files/patch-Makefile.in
blob: 5978958aeba8790d4432890ab4efcfa77a968a14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Place the pkgconfig file in the correct directory on FreeBSD.
Author: Peter Pentchev <roam@FreeBSD.org>
Forwarded: not-needed
Last-Update: 2009-03-25

--- Makefile.in.orig
+++ Makefile.in
@@ -317,7 +317,7 @@
 
 CLEANFILES = $(PDFPAGES) $(HTMLPAGES)
 DISTCLEANFILES = ares_build.h
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
 pkgconfig_DATA = libcares.pc
 VER = -version-info 2:0:0
 # This flag accepts an argument of the form current[:revision[:age]]. So,