HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #302

Ticket #302: 0006-Install-haikuish.h.patch

File 0006-Install-haikuish.h.patch, 899 bytes (added by andreasf, 5 years ago)

patch

  • installperl

    From 17523961f21f07574382889510584540f3e8cb75 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <andreas.faerber@web.de>
    Date: Wed, 21 Apr 2010 19:37:59 +0200
    Subject: [PATCH 6/6] Install haikuish.h
    
    ---
     installperl |    5 +++++
     1 files changed, 5 insertions(+), 0 deletions(-)
    
    diff --git a/installperl b/installperl
    index f0c8a70..492b9dc 100755
    a b elsif ($Is_Cygwin) { # On Cygwin symlink it to CORE to make Makefile happy 
    402402        mkpath("$installarchlib/CORE/mpeix", $opts{verbose}, 0777); 
    403403        push(@corefiles,'mpeix/mpeixish.h'); 
    404404    } 
     405    if ($^O eq 'haiku') { 
     406        # Haiku needs haikuish.h installed as well. 
     407        mkpath("$installarchlib/CORE/haiku", $opts{verbose}, 0777); 
     408        push(@corefiles,'haiku/haikuish.h'); 
     409    } 
    405410    # If they have built sperl.o... 
    406411    push(@corefiles,'sperl.o') if -f 'sperl.o'; 
    407412} 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/