Fix compile if audio/gsm is installed
This commit is contained in:
parent
fa4241daa1
commit
baf5d117a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272216
1 changed files with 15 additions and 0 deletions
15
net/openh323/files/patch-plugins-audio-GSM0610-Makefile.in
Normal file
15
net/openh323/files/patch-plugins-audio-GSM0610-Makefile.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- plugins/audio/GSM0610/Makefile.in.orig 2011-04-04 21:11:06.526890734 +0200
|
||||
+++ plugins/audio/GSM0610/Makefile.in 2011-04-04 21:12:20.656887701 +0200
|
||||
@@ -74,4 +74,5 @@
|
||||
CXX=@CXX@
|
||||
LDSO=@LDSO@
|
||||
+LDFLAGS=@LDFLAGS@
|
||||
|
||||
ifndef PREFIX
|
||||
@@ -139,5 +140,5 @@
|
||||
|
||||
$(PLUGIN): $(OBJECTS)
|
||||
- $(CC) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS)
|
||||
+ $(CC) $(LDSO)$(SONAME) -o $@ $^ $(LDFLAGS) $(EXTRALIBS)
|
||||
|
||||
endif
|
Loading…
Reference in a new issue