diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-05-30 10:47:57 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-05-30 10:47:57 +0000 |
commit | dcd902f84652155189b05b0e4abe32bc2a8237ad (patch) | |
tree | 2e8b4a5c8f29b87e6704f9102917bddf02be03ba /lang/moscow_ml/files/patch-Makefile.inc | |
parent | Unbreak port if INCOWN and INCGRP are not defined. (diff) |
Upgrade to v2.0.
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
Diffstat (limited to 'lang/moscow_ml/files/patch-Makefile.inc')
-rw-r--r-- | lang/moscow_ml/files/patch-Makefile.inc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/lang/moscow_ml/files/patch-Makefile.inc b/lang/moscow_ml/files/patch-Makefile.inc new file mode 100644 index 000000000000..34a207cacbed --- /dev/null +++ b/lang/moscow_ml/files/patch-Makefile.inc @@ -0,0 +1,41 @@ +--- Makefile.inc.orig Thu Jun 29 02:28:14 2000 ++++ Makefile.inc Wed Apr 10 00:06:57 2002 +@@ -2,7 +2,7 @@ + + # Where to install stuff + +-MOSMLHOME=${HOME}/mosml ++#MOSMLHOME=${HOME}/mosml + + # Various utility programs + INSTALL_PROGRAM=cp +@@ -15,7 +15,7 @@ + + ADDPRIMS=dynlib.c + ADDOBJS=dynlib.o +-ADDRUNLIBS=-ldl ++ADDRUNLIBS= + ADDRUNCFLAGS= + ADDDYNLIBCFLAGS= + +@@ -45,13 +45,13 @@ + + # For NetBSD, use: + # ------------------------ +-# CPP=/usr/bin/cpp -P -traditional -Dunix -Umsdos +-# STRIP=/usr/bin/strip +-# ADDRUNCFLAGS=-fPIC +-# ADDDYNLIBCFLAGS=-fPIC +-# INSTALL_PROGRAM=${BSD_INSTALL_PROGRAM} +-# INSTALL_SCRIPT=${BSD_INSTALL_SCRIPT} +-# INSTALL_DATA=${BSD_INSTALL_DATA} ++CPP=/usr/bin/cpp -P -traditional -Dunix -Umsdos ++STRIP=/usr/bin/strip ++ADDRUNCFLAGS=-fPIC ++ADDDYNLIBCFLAGS=-fPIC ++INSTALL_PROGRAM=${BSD_INSTALL_PROGRAM} ++INSTALL_SCRIPT=${BSD_INSTALL_SCRIPT} ++INSTALL_DATA=${BSD_INSTALL_DATA} + + # For Solaris 2 (not SunOS 4), use: + # --------------------------------- |