pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gforth Define 'unix' so that the program uses the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26c9215d5c57
branches:  trunk
changeset: 463264:26c9215d5c57
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Nov 03 18:35:24 2003 +0000

description:
Define 'unix' so that the program uses the right carriage return code.
Bump PKGREVISION to 1.  From Jorge Acereda in PR pkg/23359.

diffstat:

 lang/gforth/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 16e36302d5e7 -r 26c9215d5c57 lang/gforth/Makefile
--- a/lang/gforth/Makefile      Mon Nov 03 18:27:54 2003 +0000
+++ b/lang/gforth/Makefile      Mon Nov 03 18:35:24 2003 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2003/08/09 10:59:08 seb Exp $
+# $NetBSD: Makefile,v 1.15 2003/11/03 18:35:24 jmmv Exp $
 
 DISTNAME=              gforth-0.5.0
+PKGREVISION=           1
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_GNU:=gforth/}
 
@@ -13,6 +14,7 @@
 GNU_CONFIGURE=         YES
 # Make sure elisp will be installed even if no emacs installed.
 CONFIGURE_ENV+=                EMACS=${PREFIX}/bin/emacs
+CFLAGS+=               -Dunix
 INFO_FILES=            gforth.info
 
 PLIST_SRC=     ${WRKDIR}/PLIST



Home | Main Index | Thread Index | Old Index