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 \ |
33 | 33 | |
34 | 34 | # this configure argument is only used for installing |
35 | 35 | configure.pre_args --prefix=${destroot}${prefix}/bin |
| 36 | configure.args CC='${configure.cxx}' |
36 | 37 | |
37 | 38 | build.target lparse |
38 | 39 | |