remove 'don't close dlopened objects' ld.so workaround like kurt

did for other mozillaware
This commit is contained in:
jolan 2005-10-20 05:32:01 +00:00
parent 2af9696dbc
commit f1af01523e
2 changed files with 2 additions and 12 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2005/10/02 16:21:10 jolan Exp $
# $OpenBSD: Makefile,v 1.9 2005/10/20 05:32:01 jolan Exp $
ONLY_FOR_ARCHS= alpha amd64 powerpc sparc64
COMMENT= "mini mozilla"
DISTNAME= minimo-20050802
PKGNAME= ${DISTNAME}p0
CATEGORIES= www
MASTER_SITES= http://mirrors.protection.cx/~jolan/

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-xpcom_components_xcDll_cpp,v 1.2 2005/07/13 04:49:56 jolan Exp $
--- xpcom/components/xcDll.cpp.orig Wed Jun 16 19:13:21 2004
+++ xpcom/components/xcDll.cpp Tue Jul 12 22:06:58 2005
@@ -67,7 +67,6 @@
#include "nsTraceRefcntImpl.h"
-#define UNLOAD_DEPENDENT_LIBS
#ifdef HPUX
#undef UNLOAD_DEPENDENT_LIBS
#endif