2009-04-14 14:22:59 -04:00
|
|
|
$OpenBSD: patch-scripts_pkg_pkg_m,v 1.5 2009/04/14 18:22:59 steven Exp $
|
|
|
|
--- scripts/pkg/pkg.m.orig Wed Feb 18 07:57:46 2009
|
|
|
|
+++ scripts/pkg/pkg.m Mon Apr 13 16:20:41 2009
|
2008-10-05 12:22:04 -04:00
|
|
|
@@ -1242,7 +1242,7 @@ function configure_make (desc, packdir, verbose)
|
2007-11-10 06:15:05 -05:00
|
|
|
## make
|
|
|
|
if (exist (fullfile (src, "Makefile"), "file"))
|
|
|
|
[status, output] = shell (strcat ("export INSTALLDIR=\"", desc.dir,
|
2009-04-14 14:22:59 -04:00
|
|
|
- "\"; make -C '", src, "'"));
|
|
|
|
+ "\"; gmake -C '", src, "'"));
|
2007-11-10 06:15:05 -05:00
|
|
|
if (status != 0)
|
|
|
|
rm_rf (desc.dir);
|
|
|
|
error ("'make' returned the following error: %s", output);
|