[85919] trunk/dports/databases/pgsqlclient/files/patch-makefile.diff

jmr at macports.org jmr at macports.org
Mon Oct 17 07:29:22 PDT 2011


Revision: 85919
          http://trac.macports.org/changeset/85919
Author:   jmr at macports.org
Date:     2011-10-17 07:29:22 -0700 (Mon, 17 Oct 2011)
Log Message:
-----------
pgsqlclient: fix patchfile

Modified Paths:
--------------
    trunk/dports/databases/pgsqlclient/files/patch-makefile.diff

Modified: trunk/dports/databases/pgsqlclient/files/patch-makefile.diff
===================================================================
--- trunk/dports/databases/pgsqlclient/files/patch-makefile.diff	2011-10-17 14:22:23 UTC (rev 85918)
+++ trunk/dports/databases/pgsqlclient/files/patch-makefile.diff	2011-10-17 14:29:22 UTC (rev 85919)
@@ -1,11 +1,11 @@
---- makefile	Tue Feb 10 10:56:04 2004
-+++ makefile.new	Sun Jul 18 22:12:06 2004
+--- makefile.orig	2004-02-10 10:56:04.000000000 +1100
++++ makefile	2011-10-18 01:26:56.000000000 +1100
 @@ -27,7 +27,7 @@
- 	$(CSC) -target:library -out:$(LIBRARY) $(LD_FLAGS) -reference:Mono.Security.dll $(DEFINE) $(TOOL_RESOURCES) $(RECURSE_SOURCE)
- 
- PostgreSql.Data.PgSqlClient.UnitTests.dll:
--	$(CSC) -target:library -out:$(NUNIT_SUITE) $(LD_BASIC_FLAGS) -reference:${LIBRARY} -reference:NUnit.Framework.dll $(DEFINE) $(TOOL_RESOURCES) $(RECURSE_TESTS)
-+	$(CSC) -target:library -out:$(NUNIT_SUITE) $(LD_BASIC_FLAGS) -reference:${LIBRARY} -reference:nunit.framework.dll $(DEFINE) $(TOOL_RESOURCES) $(RECURSE_TESTS)
- 
- install:
- 	rm -rf build
+ 	$(CSC) -target:library -out:$(LIBRARY) $(LD_FLAGS) -reference:Mono.Security.dll $(DEFINE) $(TOOL_RESOURCES) $(RECURSE_SOURCE)
+ 
+ PostgreSql.Data.PgSqlClient.UnitTests.dll:
+-	$(CSC) -target:library -out:$(NUNIT_SUITE) $(LD_BASIC_FLAGS) -reference:${LIBRARY} -reference:NUnit.Framework.dll $(DEFINE) $(TOOL_RESOURCES) $(RECURSE_TESTS)
++	$(CSC) -target:library -out:$(NUNIT_SUITE) $(LD_BASIC_FLAGS) -reference:${LIBRARY} -reference:nunit.framework.dll $(DEFINE) $(TOOL_RESOURCES) $(RECURSE_TESTS)
+ 
+ install:
+ 	rm -rf build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111017/ad9e7b11/attachment.html>


More information about the macports-changes mailing list