Ticket #47196: 0002-lparse-Use-the-right-compiler.patch

File 0002-lparse-Use-the-right-compiler.patch, 743 bytes (added by larryv (Lawrence Velázquez), 9 years ago)

Use the right compiler

  • dports/science/lparse/Portfile

    From 3348a146af71094b12cfedf477fee9b233b900d7 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= <larryv@macports.org>
    Date: Wed, 18 Mar 2015 02:14:31 -0400
    Subject: [PATCH 2/6] lparse: Use the right compiler
    
    ---
     dports/science/lparse/Portfile | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/dports/science/lparse/Portfile b/dports/science/lparse/Portfile
    index 0bce756..f418c5b 100644
    a b patchfiles patch-configure.diff \ 
    3333
    3434# this configure argument is only used for installing
    3535configure.pre_args  --prefix=${destroot}${prefix}/bin
     36configure.args      CC='${configure.cxx}'
    3637
    3738build.target        lparse
    3839