NetBSD-Users archive

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

Re: qt4-libs sparc64 compiling stop.



On Fri October 16 2009 18:45:24 Michael wrote:
...
> That's trivial to fix - look at the code in JavaScriptCore/wtf/
> Threading.h and change the class which encapsulates the _atomic_*
> calls to use _Atomic_word instead of int. But, if what you're trying
> to build KDE4 you will run into something much more annoying later on
> - automoc4 will fail to find some includes which aren't installed
> anywhere, and that's not sparc64-specific either, I've seen it on
> macppc and i386 too. Didn't figure out how to fix that yet.

I found that the attached patch modeled after

http://mail-index.netbsd.org/pkgsrc-changes/2009/10/13/msg031021.html

helps with soprano and, I'm hoping, kdelibs4.  I'm on amd64.

Sverre
Index: x11/qt4-qdbus/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/qt4-qdbus/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- x11/qt4-qdbus/Makefile      11 Oct 2009 09:14:52 -0000      1.8
+++ x11/qt4-qdbus/Makefile      17 Oct 2009 15:11:27 -0000
@@ -32,7 +32,7 @@
                ${WRKSRC}/lib/pkgconfig/QtDBus.pc > ${WRKDIR}/QtDBus.pc
        ${INSTALL_DATA} ${WRKDIR}/QtDBus.pc ${DESTDIR}${PREFIX}/lib/pkgconfig/
        cd ${WRKSRC}/src/dbus && env ${MAKE_ENV} INSTALL_ROOT=${DESTDIR} \
-                ${MAKE_PROGRAM} install_flat_headers install_targ_headers
+                ${MAKE_PROGRAM} install_flat_headers install_targ_headers 
install_class_headers
 .for prog in qdbus qdbuscpp2xml qdbusviewer qdbusxml2cpp
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} \
                ${DESTDIR}${QTPREFIX}/bin


Home | Main Index | Thread Index | Old Index