Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2003 15:58:34 +0200 (CEST)
From:      Ronald Klop <ronald@cs.vu.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Ronald Klop <ronald@cs.vu.nl>
Subject:   ports/57000: Patch for fixing WITHOUT_X11 compilation with gcj.
Message-ID:  <200309191358.h8JDwYjm057772@thuis.klop.ws>
Resent-Message-ID: <200309191400.h8JE0cnd001676@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 19 07:00:37 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309191358.h8JDwYjm057772>