pkgsrc/net/openwbem/patches/patch-ac
agc f61373b2e2 Initial import of openwbem-3.2.2 into the Packages Collection.
OpenWBEM is an enterprise-grade open-source implementation of WBEM,
	written in C++, suitable for commercial and non-commercial
	applications.  It provides a foundation for development of management
	frameworks that overcome cross-platform barriers and empower true
	interoperability.  Developers can use OpenWBEM as a management agent
	and WBEM framework to provide applications for configuration and
	change management, system health monitoring, and enterprise-wide
	management functionality.
2007-10-29 15:05:20 +00:00

22 lines
628 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2007/10/29 15:05:21 agc Exp $
--- fake_library_creator.sh 2007/10/29 00:02:39 1.1
+++ fake_library_creator.sh 2007/10/29 00:03:14
@@ -94,7 +94,7 @@
fi
fi
- if [ "x$BASE_LIBNAME" == "x" ]
+ if [ "x$BASE_LIBNAME" = "x" ]
then
MINUS_NLM=`basename $FILENAME .nlm`
if [ "x$MINUS_NLM" != "x$FILENAME" ]
@@ -106,7 +106,7 @@
if [ "x$BASE_LIBNAME" != "x" ]
then
- if [ "x$LIB_EXT" == "x.nlm" ]
+ if [ "x$LIB_EXT" = "x.nlm" ]
then
IMPORT_FILE=$BASE_LIBNAME".imp"
CREATION_FUNCTION_NAME=`grep "$EXPORT_PREFIX" $IMPORT_FILE | sort -u`