Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2002 01:55:08 +0200 (CEST)
From:      Ronald Kuehn <rk@ronald.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43213: maintainer update: x11-toolkits/ocaml-lablgtk fix
Message-ID:  <200209212355.g8LNt89D001478@wallace.home.ronald.org>

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

>Number:         43213
>Category:       ports
>Synopsis:       maintainer update: x11-toolkits/ocaml-lablgtk fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 21 17:00:12 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Kuehn
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD wallace.home.ronald.org 4.6-STABLE FreeBSD 4.6-STABLE #9: Mon Aug 19 12:29:58 CEST 2002 rk@merlin.home.ronald.org:/usr/build/obj/usr/src/sys/WALLACE i386


	
>Description:

The Makefile specifies "USE_CC=1" so "cc" will be used instead of "ocamlc"
for linking. This leads to problems as pointed out by the author of
lablgtk. The attached patch removes "USE_CC=1".

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/x11-toolkits/ocaml-lablgtk/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	14 Sep 2002 04:33:28 -0000	1.3
+++ Makefile	21 Sep 2002 23:37:17 -0000
@@ -55,7 +55,7 @@
 ALL_TARGET=	all opt
 EXAMPLESDIR=	${PREFIX}/share/examples/ocaml/${PORTNAME}
 DOCSDIR=	${PREFIX}/share/doc/ocaml/${PORTNAME}
-CONFIGURE_ENV+=	USE_CC=1 USE_DOTOPT=1 GTK_CONFIG=${GTK_CONFIG}
+CONFIGURE_ENV+=	USE_DOTOPT=1 GTK_CONFIG=${GTK_CONFIG}
 CONFIGURE_ENV+=	LIBDIR=${PREFIX}/lib/ocaml BINDIR=${PREFIX}/bin
 CONFIGURE_ENV+=	INSTALLDIR=${PREFIX}/lib/ocaml/lablgtk
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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