freebsd-ports/multimedia/recordmydesktop/files/patch-config.h.in
Kevin Lo de532f4c7e Link to libjack library as stated in LIB_DEPENDS.
Reported by:	Gabor ZAHEMSZKY <Gabor at Zahemszky dot hU>
Feature safe:	yes
2012-11-01 06:24:55 +00:00

12 lines
376 B
C

--- config.h.in.orig 2012-11-01 13:10:46.000000000 +0800
+++ config.h.in 2012-11-01 13:11:44.000000000 +0800
@@ -34,6 +34,9 @@
/* Define to 1 if you have the `SM' library (-lSM). */
#undef HAVE_LIBSM
+/* Define to 1 if you have the `jack' library (-ljack). */
+#undef HAVE_LIBJACK
+
/* Define to 1 if you have the `theora' library (-ltheora). */
#undef HAVE_LIBTHEORA