ports/137798: graphics/qcomicbook: fix build on 6-stable

Max Brazhnikov makc at FreeBSD.org
Sat Aug 15 15:40:07 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list