Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 15:57:23 +0200 (CEST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dgilbert@velocet.ca
Subject:   ports/40483: unbreak port: graphics/gle to build on -current
Message-ID:  <200207121357.g6CDvN7T012814@terrorfish.uni.stoert.net>

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

>Number:         40483
>Category:       ports
>Synopsis:       unbreak port: graphics/gle to build on -current
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 12 07:00:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Thu Jul 11 02:22:57 CEST 2002 corecode@terrorfish.uni.stoert.net:/usr/obj/k7/usr/src/sys/TERRORFISH i386


	
>Description:
	o unbreak build on -CURRENT by LIBS+=libstdc++ in a section of
	  configure
	o and thus unbreak build of gnome/gnome2

	new file: files/patch-configure

	cc'ed ${MAINTAINER}

	Checked to work on -stable too: #freebsd on OPN
	
>How-To-Repeat:
	
>Fix:

Index: files/patch-configure
===================================================================
RCS file: files/patch-configure
diff -N files/patch-configure
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-configure	12 Jul 2002 13:34:03 -0000
@@ -0,0 +1,20 @@
+--- configure.orig	Fri Jul 12 15:25:07 2002
++++ configure	Fri Jul 12 15:26:23 2002
+@@ -3119,7 +3119,7 @@
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   ac_save_LIBS="$LIBS"
+-LIBS="-lGLU $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
++LIBS="-lstdc++ -lGLU $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 3125 "configure"
+ #include "confdefs.h"
+@@ -3161,7 +3161,7 @@
+   echo $ac_n "(cached) $ac_c" 1>&6
+ else
+   ac_save_LIBS="$LIBS"
+-LIBS="-lglut $X_PRE_LIBS -lXmu $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
++LIBS="-lstdc++ -lglut $X_PRE_LIBS -lXmu $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 3167 "configure"
+ #include "confdefs.h"
	


>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?200207121357.g6CDvN7T012814>