aboutsummaryrefslogtreecommitdiff
path: root/devel/git/files
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-02-08 08:30:38 +0000
committerEric Anholt <anholt@FreeBSD.org>2006-02-08 08:30:38 +0000
commitca58d02f957b19e8cf971db129547df1b02eb162 (patch)
treea585f967268aee58a68bcfaa59c900d6c471c785 /devel/git/files
parent2eed5a45cbc362faf72ea171f9f1ac5992ac634e (diff)
downloadports-ca58d02f957b19e8cf971db129547df1b02eb162.tar.gz
ports-ca58d02f957b19e8cf971db129547df1b02eb162.zip
Notes
Diffstat (limited to 'devel/git/files')
-rw-r--r--devel/git/files/patch-Makefile13
-rw-r--r--devel/git/files/patch-gitk10
2 files changed, 23 insertions, 0 deletions
diff --git a/devel/git/files/patch-Makefile b/devel/git/files/patch-Makefile
new file mode 100644
index 000000000000..f7b2693a2d01
--- /dev/null
+++ b/devel/git/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.orig Sun Jan 29 17:55:20 2006
++++ Makefile Tue Feb 7 23:12:22 2006
+@@ -61,8 +61,8 @@
+
+ # CFLAGS and LDFLAGS are for the users to override from the command line.
+
+-CFLAGS = -g -O2 -Wall
+-LDFLAGS =
++#CFLAGS = -g -O2 -Wall
++#LDFLAGS =
+ ALL_CFLAGS = $(CFLAGS)
+ ALL_LDFLAGS = $(LDFLAGS)
+
diff --git a/devel/git/files/patch-gitk b/devel/git/files/patch-gitk
new file mode 100644
index 000000000000..592ad605be6b
--- /dev/null
+++ b/devel/git/files/patch-gitk
@@ -0,0 +1,10 @@
+--- gitk.orig Tue Feb 7 23:58:47 2006
++++ gitk Tue Feb 7 23:58:55 2006
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ # Tcl ignores the next line -*- tcl -*- \
+-exec wish "$0" -- "$@"
++exec wish8.4 "$0" -- "$@"
+
+ # Copyright (C) 2005 Paul Mackerras. All rights reserved.
+ # This program is free software; it may be used, copied, modified