FreeBSD Bugzilla – Attachment 60812 Details for
Bug 91213
pkg-config ignores autotools normal .pc directories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pkgconfig-locations.diff
pkgconfig-locations.diff (text/plain), 1.94 KB, created by
Eric Anholt
on 2006-01-02 11:50:02 UTC
(
hide
)
Description:
pkgconfig-locations.diff
Filename:
MIME Type:
Creator:
Eric Anholt
Created:
2006-01-02 11:50:02 UTC
Size:
1.94 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/pkgconfig/Makefile,v >retrieving revision 1.41 >diff -u -r1.41 Makefile >--- Makefile 14 Nov 2005 13:01:26 -0000 1.41 >+++ Makefile 2 Jan 2006 08:00:39 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= pkgconfig > PORTVERSION= 0.20 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://pkgconfig.freedesktop.org/releases/ > DISTNAME= pkg-config-${PORTVERSION} >@@ -25,12 +26,15 @@ > .include <bsd.port.pre.mk> > > PC_PATH=${PREFIX}/libdata/pkgconfig >+PC_PATH=${PREFIX}/lib/pkgconfig > .if ${LOCALBASE} != ${PREFIX} > PC_PATH:= ${PC_PATH}:${LOCALBASE}/libdata/pkgconfig >-.endif >+PC_PATH:= ${PC_PATH}:${LOCALBASE}/lib/pkgconfig >+.endif > .if ${X11BASE} != ${PREFIX} > PC_PATH:= ${PC_PATH}:${X11BASE}/libdata/pkgconfig >-.endif >+PC_PATH:= ${PC_PATH}:${X11BASE}/lib/pkgconfig >+.endif > > CONFIGURE_ARGS= --disable-threads \ > --with-pc-path="${PC_PATH}" >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/devel/pkgconfig/pkg-descr,v >retrieving revision 1.5 >diff -u -r1.5 pkg-descr >--- pkg-descr 5 Nov 2005 04:53:19 -0000 1.5 >+++ pkg-descr 2 Jan 2006 08:00:12 -0000 >@@ -6,8 +6,10 @@ > pkg-config retrieves information about packages from special metadata files. > These files are named after the package, with the extension .pc. By default, > pkg-config looks for these files in the following directories: >-${PREFIX}/libdata/pkgconfig, ${LOCALBASE}/libdata/pkgconfig and >-${X11BASE}/libdata/pkgconfig; it will also look in the list of directories >-specified by the PKG_CONFIG_PATH environment variable. >+${PREFIX}/libdata/pkgconfig, ${PREFIX}/lib/pkgconfig, >+${LOCALBASE}/libdata/pkgconfig, ${LOCALBASE}/lib/pkgconfig, >+${X11BASE}/libdata/pkgconfig, and ${X11BASE}/lib/pkgconfig; it will also look in >+in the list of directories specified by the PKG_CONFIG_PATH environment >+variable. It alo > > WWW: http://pkgconfig.freedesktop.org/wiki/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91213
: 60812