summaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-11-03 18:35:24 +0000
committerjmmv <jmmv@pkgsrc.org>2003-11-03 18:35:24 +0000
commit3432825c4469664b2abc0b632eea51ad63c0c8c2 (patch)
treee9d8605ba6ef1711d6bb1e39978d0526c0b3cd63 /lang/gforth
parenta21e8a468855425b728ff4c6dc2f53f29cbdcca1 (diff)
downloadpkgsrc-3432825c4469664b2abc0b632eea51ad63c0c8c2.tar.gz
Define 'unix' so that the program uses the right carriage return code.
Bump PKGREVISION to 1. From Jorge Acereda in PR pkg/23359.
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index a7d9da2e82a..3956ed21344 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -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 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k *-*-powerpc *-*-sparc
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