summaryrefslogtreecommitdiff
path: root/lang/f2c
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-02-05 14:43:39 +0000
committerdmcmahill <dmcmahill>2007-02-05 14:43:39 +0000
commit7a626b19751731e5a517ce5d27ee7ad6b214b6b0 (patch)
tree9f985e0161173ee5552656dd26e56b3452c02ca7 /lang/f2c
parent08b2358db83bc5c586b24591b98b4cf0a479d0bf (diff)
downloadpkgsrc-7a626b19751731e5a517ce5d27ee7ad6b214b6b0.tar.gz
fix one more quoting problem
Diffstat (limited to 'lang/f2c')
-rw-r--r--lang/f2c/files/f2c-f77.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/f2c/files/f2c-f77.in b/lang/f2c/files/f2c-f77.in
index 671b7b52ec9..968b8a46cd3 100644
--- a/lang/f2c/files/f2c-f77.in
+++ b/lang/f2c/files/f2c-f77.in
@@ -330,7 +330,7 @@ do
rc=$?
;;
*.F) b=`basename $1 .F`
- $CPP $CPPFLAGS $1 >$b.i
+ eval "\$CPP $CPPFLAGS \$1" >$b.i
rc=$?
case $rc in 0)
if test $VERBOSE="yes"; then