pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

compat32_expat: Fix missing library error



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Wed Jul 24 23:36:54 2019 +0200
Changeset:	721510fbf1c8ad61a210e8087385fa2b19c439aa

Modified Files:
	compat32_expat/Makefile

Log Message:
compat32_expat: Fix missing library error

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=721510fbf1c8ad61a210e8087385fa2b19c439aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 compat32_expat/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/compat32_expat/Makefile b/compat32_expat/Makefile
index f9bf644df2..f3e51794cd 100644
--- a/compat32_expat/Makefile
+++ b/compat32_expat/Makefile
@@ -15,6 +15,7 @@ LICENSE=	mit
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 GNU_CONFIGURE_PREFIX=	${PREFIX}/emul/netbsd32/
+CHECK_SHLIBS_SKIP=	*xmlwf
 
 # C++ is needed for tests only
 #USE_LANGUAGES=		c c++


Home | Main Index | Thread Index | Old Index