diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-02-08 08:30:38 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-02-08 08:30:38 +0000 |
commit | ca58d02f957b19e8cf971db129547df1b02eb162 (patch) | |
tree | a585f967268aee58a68bcfaa59c900d6c471c785 /devel/git/files/patch-Makefile | |
parent | - Update to 0.5.12 (diff) |
Add a port for git, a distributed SCM used by the Linux kernel and likely soon
many freedesktop.org projects.
Diffstat (limited to 'devel/git/files/patch-Makefile')
-rw-r--r-- | devel/git/files/patch-Makefile | 13 |
1 files changed, 13 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) + |