13 lines
553 B
Plaintext
13 lines
553 B
Plaintext
$OpenBSD: patch-scripts_pkg_pkg_m,v 1.3 2008/04/25 18:26:29 steven Exp $
|
|
--- scripts/pkg/pkg.m.orig Mon Apr 21 18:00:20 2008
|
|
+++ scripts/pkg/pkg.m Thu Apr 24 22:50:01 2008
|
|
@@ -1239,7 +1239,7 @@ function configure_make (desc, packdir, verbose)
|
|
## make
|
|
if (exist (fullfile (src, "Makefile"), "file"))
|
|
[status, output] = shell (strcat ("export INSTALLDIR=\"", desc.dir,
|
|
- "\"; make -C ", src));
|
|
+ "\"; gmake -C ", src));
|
|
if (status != 0)
|
|
rm_rf (desc.dir);
|
|
error ("'make' returned the following error: %s", output);
|