Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2002 21:41:54 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/35963: Update port: misc/demoniac
Message-ID:  <200203160541.g2G5fsG63760@freefall.freebsd.org>

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

>Number:         35963
>Category:       ports
>Synopsis:       Update port: misc/demoniac
>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:   Fri Mar 15 21:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix compilation error

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/misc/demoniac/Makefile misc/demoniac/Makefile
--- /usr/ports/misc/demoniac/Makefile	Wed Jan 23 22:36:30 2002
+++ misc/demoniac/Makefile	Sat Mar 16 12:23:48 2002
@@ -13,13 +13,14 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea
+LIB_DEPENDS=	gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
 
 USE_MESA=	yes
 USE_GTK=	yes
 USE_LIBTOOL=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS}"
+CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" \
+		LDFLAGS="${PTHREAD_LIBS}"
 
 post-patch:
 	@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure

>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?200203160541.g2G5fsG63760>