openbsd-ports/net/openh323/patches/patch-plugins_audio_Speex_Makefile_in
ajacoutot 241742a87b - unbreak when gsm is installed; we can now use the in-tree gsm since
license has been clarified
- use SUBST_CMD while here

breakage spotted by naddy@
2009-04-07 21:34:24 +00:00

13 lines
452 B
Plaintext

$OpenBSD: patch-plugins_audio_Speex_Makefile_in,v 1.2 2009/04/07 21:34:24 ajacoutot Exp $
--- plugins/audio/Speex/Makefile.in.orig Wed Apr 11 16:49:42 2007
+++ plugins/audio/Speex/Makefile.in Wed Apr 11 16:49:55 2007
@@ -79,7 +79,7 @@ SRCS += $(SRCDIR)/nb_celp.c $(SRCDIR)/sb_celp.c $(SR
$(SRCDIR)/speex_header.c $(SRCDIR)/speex_callbacks.c
EXTRALIBS =
else
-EXTRALIBS = -lspeex
+EXTRALIBS = -L${LOCALBASE}/lib -lspeex
endif
OBJDIR = ./obj