diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-09-08 21:04:36 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-09-08 21:04:36 +0000 |
commit | a1a8c36c7c09ec78fe15e79f7eb85473782c71dc (patch) | |
tree | e35726556986aad459c8e45db312ac414d5c34b5 /lang/TenDRA/files/patch-common::default | |
parent | Upgrade to 1.0 RC2. (diff) |
. Update to 4-20030825.
PR: 56430
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> (maintainer)
Notes
Notes:
svn path=/head/; revision=88818
Diffstat (limited to 'lang/TenDRA/files/patch-common::default')
-rw-r--r-- | lang/TenDRA/files/patch-common::default | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/TenDRA/files/patch-common::default b/lang/TenDRA/files/patch-common::default new file mode 100644 index 000000000000..eedec340abee --- /dev/null +++ b/lang/TenDRA/files/patch-common::default @@ -0,0 +1,16 @@ +Index: src/lib/env/common/default +=================================================================== +RCS file: /usr/home/stefan/tendra/cvsup/tendra/src/lib/env/common/default,v +retrieving revision 1.5 +diff -u -r1.5 default +--- src/lib/env/common/default 17 Aug 2003 20:20:28 -0000 1.5 ++++ src/lib/env/common/default 19 Aug 2003 14:42:23 -0000 +@@ -51,7 +51,7 @@ + +STARTUP_CPP_DIR "-I<TENDRA_STARTUPDIR>/Bounds.ansi -I<TENDRA_STARTUPDIR>/Modes.cpp" + +STARTUP_CPP "-f<TENDRA_STARTUPDIR>/Modes.cpp/Xc" + +PORTABILITY "<TENDRA_STARTUPDIR>/Bounds.ansi/default.pf" +-+LINK "-L<TENDRA_STARTUPDIR>" +++LINK "-L<TENDRA_LIBDIR>" + +LIB "-lansi" + + +SYS_LIB "" |