[38628] trunk/dports/science/mapm3/files/patch-Makefile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 25 23:06:39 PDT 2008


Revision: 38628
          http://trac.macosforge.org/projects/macports/changeset/38628
Author:   ryandesign at macports.org
Date:     2008-07-25 23:06:39 -0700 (Fri, 25 Jul 2008)
Log Message:
-----------
mapm3: fix readline build errors by turning off readline support; closes #16027

Modified Paths:
--------------
    trunk/dports/science/mapm3/files/patch-Makefile

Modified: trunk/dports/science/mapm3/files/patch-Makefile
===================================================================
--- trunk/dports/science/mapm3/files/patch-Makefile	2008-07-26 05:42:30 UTC (rev 38627)
+++ trunk/dports/science/mapm3/files/patch-Makefile	2008-07-26 06:06:39 UTC (rev 38628)
@@ -1,6 +1,5 @@
-diff -wubr ../mapm3-old/Makefile ./Makefile
---- ../mapm3-old/Makefile	Tue Feb  9 22:12:59 1993
-+++ ./Makefile	Fri Nov 15 08:58:44 2002
+--- Makefile 1993-02-10 00:12:59.000000000 -0600
++++ Makefile 2008-07-26 00:57:11.000000000 -0500
 @@ -24,7 +24,7 @@
  #### datasets (roughly 5000 loci vs 1000 loci). For even bigger datasets, 
  #### modify mapm/mapm.h.
@@ -10,7 +9,19 @@
  
  #### Next define the system libraries to link with Mapmaker. On SunOS, Ultrix
  #### and other vanilla-ish BSD systems, the correct setting is:
-@@ -82,7 +82,7 @@
+@@ -70,9 +70,8 @@
+ #### (see the end of readline/readline.c). Readline will not compile on
+ #### A/UX without using GCC instead of A/UX's cc (because it needs alloca).
+ 
+-OUR_LIB= gnu.o
+-GNU_OPT= -D_GNU_READLINE -I.
+-GNU_LIBS= -L$(RDLN) -lreadline
++OUR_LIB= lib.o
++GNU_OPT=
+ 
+ #### Now we specify the commands used to compile MAPMAKER.  The stuff
+ #### below works on Sun SPARCStations running SunOS 4.1.x (aka Solaris 1.x)
+@@ -82,7 +81,7 @@
  #### person at your site should be able to figure out what to do almost
  #### trivially. See the file INSTALL.ME for details. 
  
@@ -19,7 +30,7 @@
  LINKALL= cc
  LINKLIB= ld -r
  DELETE=  rm -f
-@@ -113,7 +113,7 @@
+@@ -113,7 +112,7 @@
  MAPM_CLEAN= $(MAPM)*.o $(MAPM)*.ln $(MAPM)*.lint
  M_HELP_IN=  $(MAPM)mapmhelp.src
  M_HELP_SRC= $(MAPM)mapmhelp.c
@@ -28,7 +39,7 @@
  
  QTL_OBJ = \
    $(QTL)qcmds.o	   $(QTL)qctm.o	     $(QTL)qdata.o      $(QTL)qseq.o \
-@@ -125,7 +125,7 @@
+@@ -125,7 +124,7 @@
  QTL_CLEAN=  $(QTL)*.o $(QTL)*.ln $(QTL)*.lint
  Q_HELP_IN=  $(QTL)qtlhelp.src
  Q_HELP_SRC= $(QTL)qtlhelp.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080725/9b009368/attachment.html 


More information about the macports-changes mailing list