aboutsummaryrefslogtreecommitdiff
path: root/comms/wsjt/files/patch-aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'comms/wsjt/files/patch-aclocal.m4')
-rw-r--r--comms/wsjt/files/patch-aclocal.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/wsjt/files/patch-aclocal.m4 b/comms/wsjt/files/patch-aclocal.m4
new file mode 100644
index 000000000000..00b3d9624610
--- /dev/null
+++ b/comms/wsjt/files/patch-aclocal.m4
@@ -0,0 +1,10 @@
+--- aclocal.m4.orig 2014-07-28 21:23:20.000000000 -0400
++++ aclocal.m4 2014-07-28 21:26:51.000000000 -0400
+@@ -212,4 +212,7 @@
+ fi
+ fi
+
++AC_SUBST([PORTAUDIO_INCLUDE], ["-I${portaudio_include_dir}"])
++AC_SUBST([PORTAUDIO_LIBDIR], ["-L${portaudio_lib_dir}"])
++
+ ])dnl }}}