Ticket #11489: yacas.patch

File yacas.patch, 1.4 KB (added by rick@…, 17 years ago)

patch

  • Portfile

    diff -Nur yacas.old/Portfile yacas/Portfile
    old new  
    22
    33PortSystem 1.0
    44name            yacas
    5 version         1.0.58
     5version         1.0.63
    66categories      math
    77maintainers     olt@bogosoft.com
    88description     Yet Another Computer Algebra System
     
    1313        system has a library of scripts that implement many of the symbolic\
    1414        algebra operations - new algorithms can be easily added to the library.
    1515master_sites    http://yacas.sourceforge.net/backups/
    16 checksums   md5 fd7fa942789fdac8fa363e555c86cae9
     16checksums   md5 5c1a85f86d5ff7fa6054f99097556f4a
     17
     18patchfiles  patch-Makefile.in
    1719
    1820depends_build   bin:perl:perl5.8
    1921
  • files/patch-Makefile.in

    diff -Nur yacas.old/files/patch-Makefile.in yacas/files/patch-Makefile.in
    old new  
     1--- /Users/rick/Makefile.in.orig        2007-03-06 21:30:23.000000000 +0100
     2+++ embed/Makefile.in   2007-03-06 21:30:46.000000000 +0100
     3@@ -181,7 +181,7 @@
     4        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     5 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
     6        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     7-CCLD = $(CC)
     8+CCLD = $(CXX)
     9 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     10        $(AM_LDFLAGS) $(LDFLAGS) -o $@
     11 CFLAGS = @CFLAGS@