diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 702b9092a2ce..1143703bd2fd 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -50,4 +50,8 @@ CONFIGURE_ARGS+= --enable-localspeex=yes CFLAGS+= -fPIC .endif +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/configure.ac + .include