gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1030: clean up gforth and fix build


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1030: clean up gforth and fix build
Date: Fri, 02 Nov 2012 15:14:45 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1030
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-02 15:14:45 +0100
message:
  clean up gforth and fix build
added:
  gnu/gforth/config.mk
modified:
  gnu/gforth/Makefile
=== modified file 'gnu/gforth/Makefile'
--- a/gnu/gforth/Makefile       2010-06-10 20:16:29 +0000
+++ b/gnu/gforth/Makefile       2012-11-02 14:14:45 +0000
@@ -1,16 +1,21 @@
 GARNAME = gforth
 GARVERSION = 0.7.0
+HOME_URL = http://www.gnu.org/software/gforth
+DESCRIPTION = The GNU implementation of the Forth language
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = gforth/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/gforth
-DESCRIPTION = Gforth
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+
+CONFIGURE_ARGS += CFLAGS="-std=gnu99"

=== added file 'gnu/gforth/config.mk'
--- a/gnu/gforth/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/gforth/config.mk      2012-11-02 14:14:45 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gforth ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]