From 99da2db0d4d69c44568bd79200c2562a96a3c442 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= <larryv@macports.org>
Date: Wed, 18 Mar 2015 15:51:30 -0400
Subject: [PATCH 6/6] lparse: Fix universal build (#40940)
---
dports/science/lparse/Portfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dports/science/lparse/Portfile b/dports/science/lparse/Portfile
index 0547ac1..1318e18 100644
a
|
b
|
configure.optflags -O3 |
38 | 38 | # this configure argument is only used for installing |
39 | 39 | configure.pre_args --prefix=${destroot}${prefix}/bin |
40 | 40 | configure.args CC='${configure.cxx}' |
| 41 | # configure doesn't recognize `--disable-dependency-tracking` (#40940). |
| 42 | configure.universal_args |
41 | 43 | |
42 | 44 | build.target lparse |
43 | 45 | |