pkgsrc-WIP-changes archive

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

compat32_expat: Remove unnecessary globbing



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Thu Jul 25 17:29:46 2019 +0200
Changeset:	334cdd39aa268bf6efd7674231a89f7923edc3bf

Modified Files:
	compat32_expat/Makefile

Log Message:
compat32_expat: Remove unnecessary globbing

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

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

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

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


Home | Main Index | Thread Index | Old Index