pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wine64: Stop unlinking *.pc files as they aren't used by pkgsrc
- To: pkgsrc-wip-changes%NetBSD.org@localhost
- Subject: wine64: Stop unlinking *.pc files as they aren't used by pkgsrc
- From: Naveen Narayanan <zerous@nocebo.space>
- Date: Wed, 31 Jul 2019 21:02:16 +0000
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Wed Jul 31 23:02:16 2019 +0200
Changeset: 5d35cd9ef6eb49c76f28771b0e9c1d6a656d095f
Modified Files:
wine64/Makefile
Log Message:
wine64: Stop unlinking *.pc files as they aren't used by pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5d35cd9ef6eb49c76f28771b0e9c1d6a656d095f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wine64/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index 066a862f72..bf8038184f 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -41,8 +41,8 @@ post-extract:
# XXX: Unlink libs and *.pc files of fontconfig and freetype that comes with compat80-x11
pre-configure:
- cd ${BUILDLINK_X11_DIR:Q}/emul/netbsd32/lib && find . -name "*fontconfig*" -maxdepth 1 -type l -delete && find ./pkgconfig/ -name "*fontconfig.pc*" -type l -delete
- cd ${BUILDLINK_X11_DIR:Q}/emul/netbsd32/lib && find . -name "*freetype*" -maxdepth 1 -type l -delete && find ./pkgconfig/ -name "*freetype2.pc*" -type l -delete
+ cd ${BUILDLINK_X11_DIR:Q}/emul/netbsd32/lib && find . -name "*fontconfig*" -maxdepth 1 -type l -delete
+ cd ${BUILDLINK_X11_DIR:Q}/emul/netbsd32/lib && find . -name "*freetype*" -maxdepth 1 -type l -delete
cd ${WRKSRC} && autoconf
do-configure:
Home |
Main Index |
Thread Index |
Old Index