Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2009 15:39:10 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137799: net-p2p/valknut: fix build on 6-stable
Message-ID:  <200908151539.n7FFdAx6096646@www.freebsd.org>
Resent-Message-ID: <200908151540.n7FFe7eu086717@freefall.freebsd.org>

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

>Number:         137799
>Category:       ports
>Synopsis:       net-p2p/valknut: fix build on 6-stable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 15 15:40:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.2-STABLE FreeBSD 7.2-STABLE #2: Fri Jun 26 21:57:33 MSD 2009     root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA  i386
>Description:
Fix build after recent update for Qt4 ports.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-p2p/valknut/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- Makefile	31 Jul 2009 13:55:04 -0000	1.46
+++ Makefile	15 Aug 2009 15:10:57 -0000
@@ -35,6 +35,7 @@
 INSTALLS_ICONS=	yes
 CFLAGS+=	-I${QT_INCDIR}
 LDFLAGS=	-L${QT_LIBDIR}
+QTCFGLIBS+=	${PTHREAD_LIBS}
 CONFIGURE_ENV+=	DCLIB_CFLAGS=-I${LOCALBASE}/include
 
 post-patch:


>Release-Note:
>Audit-Trail:
>Unformatted:



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