Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 14:49:43 +0200 (CEST)
From:      freebsd@nagilum.org
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        mav@FreeBSD.org
Subject:   ports/182090: fix build on 10.0-CURRENT
Message-ID:  <20130914124943.D831F2D5007@cakebox.homeunix.net>
Resent-Message-ID: <201309141300.r8ED01Hh087700@freefall.freebsd.org>

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

>Number:         182090
>Category:       ports
>Synopsis:       fix build on 10.0-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 14 13:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     freebsd@nagilum.org
>Release:        10.0-CURRENT head-amd64-default
>Organization:
>Environment:
System: 10.0-CURRENT FreeBSD


>Description:
	Attempt to fix build problem on CURRENT:
	http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-12_01h37m09s/logs/xca-0.9.3_1.log

>How-To-Repeat:
>Fix:

	Apply attached patch.

--- xca.patch begins here ---
diff -Naur xca.orig/Makefile xca/Makefile
--- xca.orig/Makefile	2012-11-17 07:01:22.000000000 +0100
+++ xca/Makefile	2013-09-14 12:17:14.000000000 +0200
@@ -52,6 +52,9 @@
 	@${REINPLACE_CMD} -e "/VPATH/{G;s/$$/TOPDIR_/;}" -e "s:\(TOPDIR\)_:\1=${WRKSRC}:" ${WRKSRC}/misc/Makefile
 	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/lib/import.cpp
 
+post-configure:
+	${REINPLACE_CMD} -e 's/-lQtGui/-lQtCore -lQtGui/' ${WRKSRC}/Local.mak
+
 post-install:
 	@-update-mime-database ${PREFIX}/share/mime
 
--- xca.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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