diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-15 17:18:11 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-15 17:18:11 +0000 |
commit | 67079dee593b31663182eb0de4732fd235f846fe (patch) | |
tree | ae625286d38f68f07e1f4941f1fb6b61cf075286 /net-libs/openh323/openh323-1.11.7.ebuild | |
parent | new package (diff) | |
download | gentoo-2-67079dee593b31663182eb0de4732fd235f846fe.tar.gz gentoo-2-67079dee593b31663182eb0de4732fd235f846fe.tar.bz2 gentoo-2-67079dee593b31663182eb0de4732fd235f846fe.zip |
makefile to allow gnugk to build against it
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 |