[52719] trunk/dports/math/aamath/files
snc at macports.org
snc at macports.org
Sun Jun 21 17:50:15 PDT 2009
Revision: 52719
http://trac.macports.org/changeset/52719
Author: snc at macports.org
Date: 2009-06-21 17:50:14 -0700 (Sun, 21 Jun 2009)
Log Message:
-----------
fix patchfile name
Added Paths:
-----------
trunk/dports/math/aamath/files/patch-Makefile.diff
Removed Paths:
-------------
trunk/dports/math/aamath/files/patch-Makefile
Deleted: trunk/dports/math/aamath/files/patch-Makefile
===================================================================
--- trunk/dports/math/aamath/files/patch-Makefile 2009-06-22 00:44:02 UTC (rev 52718)
+++ trunk/dports/math/aamath/files/patch-Makefile 2009-06-22 00:50:14 UTC (rev 52719)
@@ -1,24 +0,0 @@
---- Makefile 2005-06-22 22:12:18.000000000 +0200
-+++ Makefile 2005-11-30 22:00:39.000000000 +0100
-@@ -1,11 +1,11 @@
- CXX = g++
--LD = g++
-+LD = $(CXX)
- CXXFILES = parser.cc lexer.cc expr.cc canvas.cc aamath.cc
- OBJS = $(CXXFILES:.cc=.o)
- TARGET = aamath
--CFLAGS = -Wall -O2 -g -DUSE_READLINE
-+CFLAGS += -Wall -O2 -g -DUSE_READLINE
- LFLAGS = -g
--LIBS = -lreadline -ltermcap
-+LIBS += -lreadline -ltermcap
-
- $(TARGET): $(OBJS)
- $(LD) $(LFLAGS) $(OBJS) -o $@ $(LIBS)
-@@ -21,3 +21,6 @@
-
- clean:
- rm -f *.o lexer.cc parser.h parser.cc $(TARGET)
-+
-+all: $(TARGET)
-+
Copied: trunk/dports/math/aamath/files/patch-Makefile.diff (from rev 52717, trunk/dports/math/aamath/files/patch-Makefile)
===================================================================
--- trunk/dports/math/aamath/files/patch-Makefile.diff (rev 0)
+++ trunk/dports/math/aamath/files/patch-Makefile.diff 2009-06-22 00:50:14 UTC (rev 52719)
@@ -0,0 +1,24 @@
+--- Makefile 2005-06-22 22:12:18.000000000 +0200
++++ Makefile 2005-11-30 22:00:39.000000000 +0100
+@@ -1,11 +1,11 @@
+ CXX = g++
+-LD = g++
++LD = $(CXX)
+ CXXFILES = parser.cc lexer.cc expr.cc canvas.cc aamath.cc
+ OBJS = $(CXXFILES:.cc=.o)
+ TARGET = aamath
+-CFLAGS = -Wall -O2 -g -DUSE_READLINE
++CFLAGS += -Wall -O2 -g -DUSE_READLINE
+ LFLAGS = -g
+-LIBS = -lreadline -ltermcap
++LIBS += -lreadline -ltermcap
+
+ $(TARGET): $(OBJS)
+ $(LD) $(LFLAGS) $(OBJS) -o $@ $(LIBS)
+@@ -21,3 +21,6 @@
+
+ clean:
+ rm -f *.o lexer.cc parser.h parser.cc $(TARGET)
++
++all: $(TARGET)
++
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090621/aa498971/attachment.html>
More information about the macports-changes
mailing list