Index: graphics/argyllcms/Makefile =================================================================== --- graphics/argyllcms/Makefile (revision 422264) +++ graphics/argyllcms/Makefile (working copy) @@ -13,8 +13,6 @@ LICENSE= AGPLv3 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= jam:devel/jam LIB_DEPENDS= libtiff.so:graphics/tiff @@ -31,7 +29,7 @@ do-install: @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} PREFIX=${PREFIX} \ - REFSUBDIR=share/argyll/ref \ + REFSUBDIR=share/argyll/ref CC=${CC} \ jam -q -fJambase -j${MAKE_JOBS_NUMBER} install @${MV} ${STAGEDIR}${PREFIX}/bin/License.txt \ ${STAGEDIR}${PREFIX}/share/argyll/ @@ -38,3 +36,7 @@ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include + +.if !empty(AR) +AR+= rusc +.endif Index: graphics/argyllcms/files/patch-Jambase =================================================================== --- graphics/argyllcms/files/patch-Jambase (nonexistent) +++ graphics/argyllcms/files/patch-Jambase (working copy) @@ -0,0 +1,11 @@ +--- Jambase.old 2016-01-17 17:34:11.510716000 -0600 ++++ Jambase 2016-01-19 09:25:17.501487000 -0600 +@@ -941,7 +941,7 @@ + + # UNIX defaults + +- CCFLAGS ?= -DUNIX -D_THREAD_SAFE -pipe ; ++ CCFLAGS ?= -DUNIX -D_THREAD_SAFE -pipe -std=gnu11 ; + CCOPTFLAG ?= -O2 ; + CCDEBUGFLAG ?= -g ; + CCPROFFLAG ?= ; Property changes on: graphics/argyllcms/files/patch-Jambase ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property