Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2009 15:37:40 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137798: graphics/qcomicbook: fix build on 6-stable
Message-ID:  <200908151537.n7FFbeYm093626@www.freebsd.org>
Resent-Message-ID: <200908151540.n7FFe6iF086704@freefall.freebsd.org>

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

>Number:         137798
>Category:       ports
>Synopsis:       graphics/qcomicbook: 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:06 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/graphics/qcomicbook/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	25 Mar 2009 14:00:24 -0000	1.27
+++ Makefile	15 Aug 2009 14:35:55 -0000
@@ -36,6 +36,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 700042
+QTCFGLIBS+=	${PTHREAD_LIBS}
+.endif
+
 # 7-Zip (.cb7) support
 .if !defined(WITHOUT_7ZIP)
 RUN_DEPENDS+=	7z:${PORTSDIR}/archivers/p7zip


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



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