From ronald@thuis.klop.ws  Fri Sep 19 06:58:40 2003
Return-Path: <ronald@thuis.klop.ws>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3004316A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Sep 2003 06:58:40 -0700 (PDT)
Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 021C743FE3
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Sep 2003 06:58:38 -0700 (PDT)
	(envelope-from ronald@thuis.klop.ws)
Received: from thuis.klop.ws by smtp.hccnet.nl
	via fia212-11.dsl.hccnet.nl [62.251.11.212] with ESMTP
	id h8JDwYGC007743 (8.12.10/2.03); Fri, 19 Sep 2003 15:58:35 +0200 (MET DST)
Received: from thuis.klop.ws (localhost [127.0.0.1])
	by thuis.klop.ws (8.12.9/8.12.9) with ESMTP id h8JDwZQ3057773;
	Fri, 19 Sep 2003 15:58:36 +0200 (CEST)
	(envelope-from ronald@thuis.klop.ws)
Received: (from ronald@localhost)
	by thuis.klop.ws (8.12.9/8.12.9/Submit) id h8JDwYjm057772;
	Fri, 19 Sep 2003 15:58:34 +0200 (CEST)
	(envelope-from ronald)
Message-Id: <200309191358.h8JDwYjm057772@thuis.klop.ws>
Date: Fri, 19 Sep 2003 15:58:34 +0200 (CEST)
From: Ronald Klop <ronald@cs.vu.nl>
Reply-To: Ronald Klop <ronald@cs.vu.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Ronald Klop <ronald@cs.vu.nl>
Subject: Patch for fixing WITHOUT_X11 compilation with gcj.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57000
>Category:       ports
>Synopsis:       Patch for fixing WITHOUT_X11 compilation with gcj.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 19 07:00:37 PDT 2003
>Closed-Date:    Fri Sep 19 07:10:24 PDT 2003
>Last-Modified:  Fri Sep 19 07:10:24 PDT 2003
>Originator:     Ronald Klop
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD thuis.klop.ws 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #10: Wed Sep 17 22:20:07 CEST 2003 root@thuis.klop.ws:/usr/obj/usr/src/sys/HENK i386


	
>Description:

	An = should have been changed in an += in te last change.

>How-To-Repeat:
	
>Fix:

	

--- jmp.diff begins here ---
diff -urN0 /usr/ports/java/jmp/Makefile jmp/Makefile
--- /usr/ports/java/jmp/Makefile	Tue Sep  9 03:12:56 2003
+++ jmp/Makefile	Fri Sep 19 15:29:13 2003
@@ -22 +22 @@
-CONFIGURE_ARGS=	--enable-noui
+CONFIGURE_ARGS+=	--enable-noui
--- jmp.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: osa 
State-Changed-When: Fri Sep 19 07:10:13 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57000 
>Unformatted:
