Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18727 - patch to openh323 ebuild
Summary: patch to openh323 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Lowest trivial
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-04 00:31 UTC by Ilya V Kotusev
Modified: 2003-04-15 13:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya V Kotusev 2003-04-04 00:31:39 UTC
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
Comment 1 Seth Chandler 2003-04-05 08:42:57 UTC
not a freakin keychain bug
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-04-09 18:01:39 UTC
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


Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-04-15 13:16:49 UTC
i doesn't hurt to add that extra makefile. so i've added it to openh323-1.11.7 which will become stable shortly.