13 lines
452 B
Plaintext
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
|