openbsd-ports/net/h323plus/patches/patch-plugins_audio_Speex_Makefile_in
ajacoutot be119c989e Import h323plus-1.21.0
The H323plus project aims to create a full featured, interoperable, Open
Source implementation of the ITU H.323 teleconferencing protocol.
2010-03-23 21:11:57 +00:00

13 lines
377 B
Plaintext

$OpenBSD: patch-plugins_audio_Speex_Makefile_in,v 1.1.1.1 2010/03/23 21:11:57 ajacoutot Exp $
--- plugins/audio/Speex/Makefile.in.orig Mon Oct 22 09:40:54 2007
+++ plugins/audio/Speex/Makefile.in Fri Jun 5 00:32:57 2009
@@ -131,7 +131,7 @@ SRCS += $(SRCDIR)/bits.c \
EXTRALIBS =
else
-EXTRALIBS = -lspeex
+EXTRALIBS = -L${LOCALBASE}/lib -lspeex
endif
OBJDIR = ./obj