Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 10:04:49 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/42877: Update port: x11-toolkits/gtkglarea--
Message-ID:  <200209171704.g8HH4n96025504@www.freebsd.org>

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

>Number:         42877
>Category:       ports
>Synopsis:       Update port: x11-toolkits/gtkglarea--
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 17 10:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Support PTHREAD_CFLAGS/PTHREAD_LIBS properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11-toolkits/gtkglarea--/Makefile x11-toolkits/gtkglarea--/Makefile
--- /usr/ports/x11-toolkits/gtkglarea--/Makefile	Tue Sep 10 20:34:47 2002
+++ x11-toolkits/gtkglarea--/Makefile	Sun Sep 15 04:31:18 2002
@@ -13,15 +13,14 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \
-		gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea
+LIB_DEPENDS=	gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \
+		gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
 
 USE_GNOMENG=	yes
 USE_GNOME=	gtk12
 USE_MESA=	yes
 USE_LIBTOOL=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS}"
+CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS=	--with-lib-GL
 INSTALLS_SHLIB=	yes
 

>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?200209171704.g8HH4n96025504>