diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2011-04-04 19:24:29 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2011-04-04 19:24:29 +0000 |
commit | baf5d117a182e5b8cc2db826916d34c1d61dd77c (patch) | |
tree | 0c2566cc3800afc6eea6b12c1985e4466bd3c27f /net/openh323/files | |
parent | fa4241daa16a1906fa1ebda7c0b219ed08c8451b (diff) | |
download | ports-baf5d117a182e5b8cc2db826916d34c1d61dd77c.tar.gz ports-baf5d117a182e5b8cc2db826916d34c1d61dd77c.zip |
Notes
Diffstat (limited to 'net/openh323/files')
-rw-r--r-- | net/openh323/files/patch-plugins-audio-GSM0610-Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/openh323/files/patch-plugins-audio-GSM0610-Makefile.in b/net/openh323/files/patch-plugins-audio-GSM0610-Makefile.in new file mode 100644 index 000000000000..fb006b9e937c --- /dev/null +++ b/net/openh323/files/patch-plugins-audio-GSM0610-Makefile.in @@ -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 |