[GTG] Re: [ITP] mathomatic-11.3f-1

Dr. Volker Zell Dr.Volker.Zell@oracle.com
Wed Sep 29 10:38:00 GMT 2004


>>>>> Reini Urban writes:

    > I would like to contribute and maintain the cygwin-port of the
    > mathomatic package:

This package is good to go with the following patch to your build script
(at least include readline support, your setup hint already has the
requires):


--- mathomatic-11.3f-1.sh.orig  2004-09-29 12:34:36.136356800 +0200
+++ mathomatic-11.3f-1.sh       2004-09-29 12:34:15.827153600 +0200
@@ -95,6 +95,7 @@
        LICENSE.txt \
        am.htm \
        manual.htm \
+       mathomatic.ico \
        notes.htm \
         readme_win32.txt \
         changes.txt \
@@ -174,7 +175,7 @@
 }
 build() {
   (cd ${srcdir} && \
-  CFLAGS="${MY_CFLAGS}" make -f makefile.cygwin )
+  CFLAGS="${MY_CFLAGS}" make -f makefile.cygwin READLINE=1 )
 }
 check() {
   (cd ${srcdir} && \



Ciao
  Volker



More information about the Cygwin-apps mailing list