mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Disable tcl related stuff in git since I haven't added it to the repository.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
diff -up git-1.7.5/Makefile.orig git-1.7.5/Makefile
|
||||
--- git-1.7.5/Makefile.orig 2011-04-24 11:48:31.011010048 -0600
|
||||
+++ git-1.7.5/Makefile 2011-05-04 12:59:17.404750336 -0600
|
||||
@@ -1135,6 +1135,24 @@ ifeq ($(uname_S),Interix)
|
||||
--- git-1.7.5/Makefile.orig 2011-04-24 11:48:31.029622272 -0600
|
||||
+++ git-1.7.5/Makefile 2011-05-04 14:19:53.645136384 -0600
|
||||
@@ -1135,6 +1135,25 @@ ifeq ($(uname_S),Interix)
|
||||
NO_INET_PTON = YesPlease
|
||||
endif
|
||||
endif
|
||||
@@ -13,7 +13,8 @@ diff -up git-1.7.5/Makefile.orig git-1.7.5/Makefile
|
||||
+ NO_IPV6 = YesPlease
|
||||
+ PERL_PATH = perl
|
||||
+ PYTHON_PATH = python
|
||||
+ TCL_PATH = tclsh
|
||||
+# TCL_PATH = tclsh
|
||||
+ NO_TCLTK = YesPlease
|
||||
+ DEFAULT_EDITOR = nano
|
||||
+ CURL_DIR = /boot/common
|
||||
+ EXPAT_DIR = /boot/common
|
||||
@@ -27,8 +28,8 @@ diff -up git-1.7.5/Makefile.orig git-1.7.5/Makefile
|
||||
pathsep = ;
|
||||
NO_PREAD = YesPlease
|
||||
diff -up git-1.7.5/git-gui/Makefile.orig git-1.7.5/git-gui/Makefile
|
||||
--- git-1.7.5/git-gui/Makefile.orig 2011-04-24 11:48:31.041156608 -0600
|
||||
+++ git-1.7.5/git-gui/Makefile 2011-05-04 12:59:17.412876800 -0600
|
||||
--- git-1.7.5/git-gui/Makefile.orig 2011-04-24 11:48:31.002883584 -0600
|
||||
+++ git-1.7.5/git-gui/Makefile 2011-05-04 14:19:10.532152320 -0600
|
||||
@@ -57,7 +57,7 @@ INSTALL_X1 =
|
||||
INSTALL_A0 = find # space is required here
|
||||
INSTALL_A1 = | cpio -pud
|
||||
|
||||
Reference in New Issue
Block a user