pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/34730 (blender solaris gcc)




> From: wiz%NetBSD.org@localhost
> 
> Synopsis: blender solaris gcc
> 
> Responsible-Changed-From-To: pkg-manager->solaris-pkg-people
> Responsible-Changed-By: wiz%netbsd.org@localhost
> Responsible-Changed-When: Sun, 08 Oct 2006 22:06:10 +0000
> Responsible-Changed-Why:
> Solaris pkgsrc problem.

And the last patch for blender/Solaris/gcc:

--- Makefile.orig       Tue Aug  8 11:11:58 2006
+++ Makefile    Mon Oct  9 11:43:29 2006
@@ -27,6 +27,10 @@
 post-patch:
        ${MV} ${WRKSRC}/SConstruct ${WRKSRC}/SConstruct.orig
        ${AWK} '{print} NR == 62 {print "env.Append(LINKFLAGS = 
\"-Wl,-R${X11BASE}/lib,-R${LOCALBASE}/lib\")"}' ${WRKSRC}/SConstruct.orig > 
${WRKSRC}/SConstruct
+.if ${OPSYS} == "SunOS"
+       ${MV} ${WRKSRC}/SConstruct ${WRKSRC}/SConstruct.orig
+       ${SED} -e "s|, 'util'||g" -e "s|, 'GLU'|, 'GLU', 'X11'|g" 
${WRKSRC}/SConstruct.orig > ${WRKSRC}/SConstruct
+.endif
 
 do-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \




Home | Main Index | Thread Index | Old Index