verified to work via ekiga by me

PLEASE commit this ;-) ajacoutot@
This commit is contained in:
todd 2008-09-02 23:17:15 +00:00
parent f721346741
commit d8787fa8c7

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2008/08/20 01:57:31 jakemsr Exp $
# $OpenBSD: Makefile,v 1.14 2008/09/02 23:17:15 todd Exp $
SHARED_ONLY= Yes
@ -64,14 +64,11 @@ CONFIGURE_ARGS= --enable-plugins \
--disable-dc \
--disable-odbc
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64" \
|| ${MACHINE_ARCH} == "powerpc"
CFLAGS+= -fPIC
.endif
.if ${MACHINE_ARCH} == "powerpc"
BROKEN= Compiles on powerpc but it does not work
.endif
pre-configure:
@perl -pi -e 's,!!PREFIX!!,${PREFIX},g' \
${WRKSRC}/src/ptlib/common/pluginmgr.cxx \