[125057] trunk/dports/devel/quickfix/files/patch-UnitTest++-Makefile.diff

ryandesign at macports.org ryandesign at macports.org
Wed Sep 3 13:30:16 PDT 2014


Revision: 125057
          https://trac.macports.org/changeset/125057
Author:   ryandesign at macports.org
Date:     2014-09-03 13:30:16 -0700 (Wed, 03 Sep 2014)
Log Message:
-----------
quickfix: disable silent rules

Modified Paths:
--------------
    trunk/dports/devel/quickfix/files/patch-UnitTest++-Makefile.diff

Modified: trunk/dports/devel/quickfix/files/patch-UnitTest++-Makefile.diff
===================================================================
--- trunk/dports/devel/quickfix/files/patch-UnitTest++-Makefile.diff	2014-09-03 19:02:43 UTC (rev 125056)
+++ trunk/dports/devel/quickfix/files/patch-UnitTest++-Makefile.diff	2014-09-03 20:30:16 UTC (rev 125057)
@@ -1,12 +1,37 @@
 --- UnitTest++/Makefile.orig	2014-06-23 23:49:36.000000000 -0500
-+++ UnitTest++/Makefile	2014-09-03 10:05:54.000000000 -0500
++++ UnitTest++/Makefile	2014-09-03 15:24:07.000000000 -0500
 @@ -1,6 +1,6 @@
 -CXX = g++
 -CXXFLAGS ?= -g -Wall -W -Winline -Wno-unused-private-field -Wno-overloaded-virtual -ansi 
 -LDFLAGS ?= 
-+CXX = @CXX@
-+CXXFLAGS ?= -g -Wall -W -Winline -Wno-unused-private-field -Wno-overloaded-virtual -ansi @ARCHFLAGS@
-+LDFLAGS ?= @ARCHFLAGS@
++CXX = /usr/bin/clang++
++CXXFLAGS ?= -g -Wall -W -Winline -Wno-unused-private-field -Wno-overloaded-virtual -ansi -arch x86_64 -arch i386
++LDFLAGS ?= -arch x86_64 -arch i386
  SED = sed
  MV = mv
  RM = rm
+@@ -73,11 +73,11 @@
+ 
+ $(lib): $(objects) 
+ 	@echo Creating $(lib) library...
+-	@ar crs $(lib) $(objects)
++	ar crs $(lib) $(objects)
+     
+ $(test): $(lib) $(test_objects)
+ 	@echo Linking $(test)...
+-	@$(CXX) $(LDFLAGS) -o $(test) $(test_objects) $(lib)
++	$(CXX) $(LDFLAGS) -o $(test) $(test_objects) $(lib)
+ 	@echo Running unit tests...
+ 	@./$(test)
+ 
+@@ -85,9 +85,8 @@
+ 	-@$(RM) $(objects) $(test_objects) $(dependencies) $(test_dependencies) $(test) $(lib) 2> /dev/null
+ 
+ %.o : %.cpp
+-	@echo $<
+ 	@$(call make-depend,$<,$@,$(subst .o,.d,$@))
+-	@$(CXX) $(CXXFLAGS) -c $< -o $(patsubst %.cpp, %.o, $<)
++	$(CXX) $(CXXFLAGS) -c $< -o $(patsubst %.cpp, %.o, $<)
+ 
+ install:
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140903/888cdfb7/attachment.html>


More information about the macports-changes mailing list