this patch is requred to successfuly compile gnugk using open323 lib --- openh323-1.11.2.ebuild.orig 2003-04-04 11:19:31.000000000 +0600 +++ openh323-1.11.2.ebuild 2003-04-04 11:21:40.000000000 +0600 @@ -36,10 +36,14 @@ rm -rf ${D}/usr/share/openh323/make/CVS rm -rf ${D}/usr/share/openh323/tools/CVS rm -rf ${D}/usr/share/openh323/tools/asnparser/CVS - rm -rf ${D}/usr/share/openh323/src + rm -rf ${D}/usr/share/openh323/src/* rm -rf ${D}/usr/share/openh323/include/CVS rm -rf ${D}/usr/share/openh323/include/ptlib/unix/CVS rm -rf ${D}/usr/share/openh323/include/ptlib/CVS + cat >${D}/usr/share/openh323/src/Makefile <<EOF +opt: + : +EOF cd ${D}/usr/lib if [ ${ARCH} = "ppc" ] ; then
not a freakin keychain bug
we don't have gnugk, so i'm going to ask: why is there a colon in the opt: target for the makefile? should it just be an empty target, like: opt: echo
i doesn't hurt to add that extra makefile. so i've added it to openh323-1.11.7 which will become stable shortly.