Revision: 93960 https://trac.macports.org/changeset/93960 Author: ciserlohn@macports.org Date: 2012-06-05 03:44:20 -0700 (Tue, 05 Jun 2012) Log Message: ----------- git-core: really remove patch as already stated in r92964 Revision Links: -------------- https://trac.macports.org/changeset/92964 Removed Paths: ------------- trunk/dports/devel/git-core/files/patch-contrib-credential-osxkeychain-Makefile.diff Deleted: trunk/dports/devel/git-core/files/patch-contrib-credential-osxkeychain-Makefile.diff =================================================================== --- trunk/dports/devel/git-core/files/patch-contrib-credential-osxkeychain-Makefile.diff 2012-06-05 10:41:15 UTC (rev 93959) +++ trunk/dports/devel/git-core/files/patch-contrib-credential-osxkeychain-Makefile.diff 2012-06-05 10:44:20 UTC (rev 93960) @@ -1,11 +0,0 @@ ---- a/contrib/credential/osxkeychain/Makefile.orig 2012-02-22 20:04:18.000000000 -0600 -+++ b/contrib/credential/osxkeychain/Makefile 2012-03-06 00:41:11.000000000 -0600 -@@ -5,7 +5,7 @@ - CFLAGS = -g -Wall - - git-credential-osxkeychain: git-credential-osxkeychain.o -- $(CC) -o $@ $< -Wl,-framework -Wl,Security -+ $(CC) $(LDFLAGS) -o $@ $< -Wl,-framework -Wl,Security - - git-credential-osxkeychain.o: git-credential-osxkeychain.c - $(CC) -c $(CFLAGS) $<