Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148696095
D38136.1788133843.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
681 B
Referenced Files
None
Subscribers
None
D38136.1788133843.diff
View Options
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3531,6 +3531,10 @@
fixup-lib-pkgconfig:
@if [ -d ${STAGEDIR}${PREFIX}/lib/pkgconfig ]; then \
if [ -z "$$(${FIND} ${STAGEDIR}${PREFIX}/lib/pkgconfig -maxdepth 0 -empty)" ]; then \
+ if [ -n "${DEVELOPER:Dyes}" ]; then \
+ ${ECHO_MSG} "===> File(s) found in lib/pkgconfig while correct path is libdata/pkgconfig"; \
+ ${ECHO_MSG} " Applying fix but consider using USES= pathfix or adjust install path"; \
+ fi; \
${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig; \
${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/* ${STAGEDIR}${PREFIX}/libdata/pkgconfig; \
fi; \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 30, 11:50 PM (12 h, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29488934
Default Alt Text
D38136.1788133843.diff (681 B)
Attached To
Mode
D38136: Mk/bsd.port.mk: Be verbose when pkgconfig files ends up in wrong path
Attached
Detach File
Event Timeline
Log In to Comment