ports/117774: [Bug]: recent graphics/libfpx update breaks build

mi at FreeBSD.org mi at FreeBSD.org
Fri Nov 2 21:56:47 UTC 2007


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



More information about the freebsd-ports-bugs mailing list