Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2007 21:56:47 GMT
From:      mi@FreeBSD.org
To:        mi@aldan.algebra.com, mi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org
Subject:   Re: ports/117774: [Bug]: recent graphics/libfpx update breaks build
Message-ID:  <200711022156.lA2LulQU037765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [Bug]: recent graphics/libfpx update breaks build

Responsible-Changed-From-To: freebsd-ports-bugs->portmgr
Responsible-Changed-By: mi
Responsible-Changed-When: Fri Nov 2 21:54:14 UTC 2007
Responsible-Changed-Why: 
I messed up the update, because on my system the fpxlib.h was
already installed, while I was debuging the actual code. The
fix is very simple:

--- files/Makefile.bsd  2 Nov 2007 12:42:07 -0000       1.15
+++ files/Makefile.bsd  2 Nov 2007 21:10:52 -0000
@@ -35,5 +35,5 @@
 .PATH: ${CPPS:H}
 
-.for d in oless/h jpeg ole basics ri_image oless fpx
+.for d in oless/h jpeg ole basics ri_image oless fpx .
 CXXFLAGS+=     -I${.CURDIR}/$d
 .endfor

Assigning to portmgr, because they need to approve any commits
due to port freeze...

http://www.freebsd.org/cgi/query-pr.cgi?pr=117774



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