]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "pcre.ffi: Fix pcre for Arch Linux 32bit on 64bit multilib." Wrong fix.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Apr 2014 08:25:49 +0000 (01:25 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Apr 2014 08:25:49 +0000 (01:25 -0700)
This reverts commit c6e335f570da9a2c44635a53fdc4ad56ee77f3b4.

extra/pcre/ffi/ffi.factor

index 164825ca8f7b93a21f4a291b5e97b9fe89181035..8a7882479dcd25dd3fa3d75336d014f435ba6493 100644 (file)
@@ -8,12 +8,7 @@ USING:
     system ;
 IN: pcre.ffi
 
-! Arch Linux multilib calls it pcre32
-<<
-    "pcre"
-    { "pcre" "pcre32" } find-first-library
-    cdecl add-library
->>
+<< "pcre" dup find-library cdecl add-library >>
 
 LIBRARY: pcre