openbsd-ports/net/openh323/patches/patch-plugins_audio_Speex_Makefile_in
ajacoutot ea6505e148 - update to 1.18.0 and unbreak
- enable h263 codec
- add SHARED_ONLY
- take over maintainership (ok couderc@, former maintainer)

ok todd@
2007-04-26 14:10:30 +00:00

13 lines
453 B
Plaintext

$OpenBSD: patch-plugins_audio_Speex_Makefile_in,v 1.1 2007/04/26 14:10:30 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