openbsd-ports/devel/tmake/patches/patch-bin_tmake
naddy eb3b07f8fd Import tmake 1.8; submitted by Dan Weeks <danimal@danimal.org>.
tmake is a tool from Trolltech to create and maintain makefiles for
software projects.  tmake makes it easier to maintain a complex
project across multiple computer architectures.
2002-02-28 14:15:31 +00:00

14 lines
485 B
Plaintext

$OpenBSD: patch-bin_tmake,v 1.1.1.1 2002/02/28 14:15:31 naddy Exp $
--- bin/tmake.orig Mon Jan 21 10:35:27 2002
+++ bin/tmake Mon Jan 21 10:51:36 2002
@@ -66,7 +66,7 @@ $outfile = "";
%project = ();
$eval_quit = 0;
-$project{"TMAKEPATH"} = $ENV{"TMAKEPATH"} . ";" . $ENV{"HOME"} . "/.tmake/";
+$project{"TMAKEPATH"} = $ENV{"TMAKEPATH"} . ";%%PREFIX%%/share/tmake/openbsd-g++/;" . $ENV{"HOME"} . "/.tmake/";
while ( @ARGV ) { # parse command line args
$_ = shift @ARGV;