[svn:parrot] r49113 - branches/gc_massacre/runtime/parrot/library

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Sep 17 23:49:29 UTC 2010


Author: bacek
Date: Fri Sep 17 23:49:29 2010
New Revision: 49113
URL: https://trac.parrot.org/parrot/changeset/49113

Log:
[pcre] Add library name genned by install of pcre 8.10 from source.

Patch from ronaldws, see TT#1401

Modified:
   branches/gc_massacre/runtime/parrot/library/pcre.pir

Modified: branches/gc_massacre/runtime/parrot/library/pcre.pir
==============================================================================
--- branches/gc_massacre/runtime/parrot/library/pcre.pir	Fri Sep 17 23:49:12 2010	(r49112)
+++ branches/gc_massacre/runtime/parrot/library/pcre.pir	Fri Sep 17 23:49:29 2010	(r49113)
@@ -89,6 +89,9 @@
     loadlib libpcre, 'pcre3'
     loaded = defined libpcre
     if loaded goto LIB_LOADED
+    loadlib libpcre, 'libpcre-0' # pcre 8.10 and maybe others
+    loaded = defined libpcre
+    if loaded goto LIB_LOADED
     branch LIB_FAILED
 
 LIB_CYGWIN:


More information about the parrot-commits mailing list