git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFH] NetBSD 6?
@ 2013-01-02 23:11 Junio C Hamano
  2013-01-03  0:25 ` Greg Troxel
  2013-01-03  0:30 ` Greg Troxel
  0 siblings, 2 replies; 11+ messages in thread
From: Junio C Hamano @ 2013-01-02 23:11 UTC (permalink / raw)
  To: git

I would appreciate if somebody with more familiarlity with the
platform can suggest a better alternative than applying the
following patch to our Makefile.  Right now I have an equivalent of
this change in config.mak locally when building on the said
platform.

The "2.7" bit certainly looks fishy, as users should be able to
choose between "2.6" and "2.7" (and possibly "3.0"), IIUC.

 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index b0df41b..2ca6047 100644
--- a/Makefile
+++ b/Makefile
@@ -1163,8 +1163,11 @@ ifeq ($(uname_S),NetBSD)
 	ifeq ($(shell expr "$(uname_R)" : '[01]\.'),2)
 		NEEDS_LIBICONV = YesPlease
 	endif
+	PYTHON_PATH = /usr/pkg/bin/python2.7
+	PERL_PATH = /usr/pkg/bin/perl
 	BASIC_CFLAGS += -I/usr/pkg/include
 	BASIC_LDFLAGS += -L/usr/pkg/lib $(CC_LD_DYNPATH)/usr/pkg/lib
+	OLD_ICONV = YesPlease
 	USE_ST_TIMESPEC = YesPlease
 	NO_MKSTEMPS = YesPlease
 	HAVE_PATHS_H = YesPlease

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-01-08 19:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 23:11 [RFH] NetBSD 6? Junio C Hamano
2013-01-03  0:25 ` Greg Troxel
2013-01-03  0:30 ` Greg Troxel
2013-01-03  2:15   ` Junio C Hamano
2013-01-03 13:58     ` Greg Troxel
2013-01-03 16:17       ` Junio C Hamano
2013-01-03 18:27         ` Greg Troxel
2013-01-03 19:28           ` Stefano Lattarini
2013-01-08 18:53         ` Greg Troxel
2013-01-08 19:03           ` Junio C Hamano
2013-01-08 19:08             ` Greg Troxel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).