This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>>>>> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]