diff options
Diffstat (limited to 'net-libs/openh323/openh323-1.11.7.ebuild')
-rw-r--r-- | net-libs/openh323/openh323-1.11.7.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-libs/openh323/openh323-1.11.7.ebuild b/net-libs/openh323/openh323-1.11.7.ebuild index 21a7a19b58e1..26ad48d8cd2a 100644 --- a/net-libs/openh323/openh323-1.11.7.ebuild +++ b/net-libs/openh323/openh323-1.11.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.11.7.ebuild,v 1.1 2003/04/01 12:48:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.11.7.ebuild,v 1.2 2003/04/15 17:18:03 liquidx Exp $ IUSE="ssl" S="${WORKDIR}/${PN}" @@ -60,6 +60,10 @@ src_install() { rm -rf ${D}/usr/share/openh323/include/ptlib/unix/CVS rm -rf ${D}/usr/share/openh323/include/ptlib/CVS + # mod to keep gnugk happy + insinto /usr/share/openh323/src + newins ${FILESDIR}/openh323-1.11.2-emptyMakefile Makefile + cd ${D}/usr/lib if [ ${ARCH} = "ppc" ] ; then ln -sf libh323_linux_ppc_r.so.${PV} libopenh323.so |