Changeset 97864


Ignore:
Timestamp:
Sep 18, 2012, 1:57:47 AM (12 years ago)
Author:
ryandesign@…
Message:

magic: fix launch failure (#32934)

Location:
trunk/dports/science/magic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/magic/Portfile

    r97863 r97864  
    77name                magic
    88version             7.5.221
     9revision            1
    910set major           [lindex [split ${version} .] 0]
    1011categories          science
  • trunk/dports/science/magic/files/patch-scripts-configure.in.diff

    r97862 r97864  
    11--- scripts/configure.in.orig   2012-04-20 09:12:44.000000000 -0500
    2 +++ scripts/configure.in        2012-09-17 16:43:07.000000000 -0500
     2+++ scripts/configure.in        2012-09-17 20:51:22.000000000 -0500
    33@@ -23,6 +23,7 @@
    44 dnl Checks for programs.
     
    99 AC_PROG_INSTALL
    1010 AC_PROG_RANLIB
     11@@ -39,7 +40,7 @@
     12 dnl stage will not execute correctly on the ".in" files in the scmos
     13 dnl directory.
     14 
     15-if test "$CPP" = "gcc -E" ; then
     16+if test "$CPP" = "$CC -E" ; then
     17    CPP="$CPP -x c"
     18 fi
     19 
    1120@@ -251,7 +252,6 @@
    1221 LD_RUN_PATH=""
Note: See TracChangeset for help on using the changeset viewer.