diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-06-04 17:34:36 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-06-04 17:34:36 +0000 |
commit | fec27d906ff3813371921bb3babed424bf70e148 (patch) | |
tree | 2c33b684ce0ed932f5b3b6b148f741b68d70a434 /lang/ezm3/patches | |
parent | 45e336efe5123e39edd046854f9aad46d48fcee3 (diff) | |
download | pkgsrc-fec27d906ff3813371921bb3babed424bf70e148.tar.gz |
Allow this to build and install on Linux.
While here, be explicit as to why we can not build and install the package
in separate steps instead of silently setting NO_BUILD.
Diffstat (limited to 'lang/ezm3/patches')
-rw-r--r-- | lang/ezm3/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/ezm3/patches/patch-ab b/lang/ezm3/patches/patch-ab new file mode 100644 index 00000000000..57e1a52c5d6 --- /dev/null +++ b/lang/ezm3/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2004/06/04 17:34:36 jschauma Exp $ + +--- m3config/src/LINUXLIBC6.orig 2004-06-04 13:05:30.000000000 -0400 ++++ m3config/src/LINUXLIBC6 2004-06-04 13:05:47.000000000 -0400 +@@ -5,6 +5,7 @@ + + INSTALL_ROOT = "/usr/local" + X11ROOT = "/usr/X11R6/lib" ++GNU_MAKE = "make" + + % The internal back end is disabled in ezm3. + %PLATFORM_SUPPORTS_INTERNAL_BACKEND = "T" |