1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/comms/concordance/files/patch-configure
Martin Wilke 5903ed5757 The concordance software suite allows you to program your Logitech Harmony
remote using a configuration object retreived from the harmony website. The
Logitech Harmony is a highly configuration universal remote than can control
most multimedia devices.

PR:		ports/190546
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2014-06-03 08:17:39 +00:00

13 lines
306 B
Plaintext

--- configure.orig 2014-03-28 20:27:47.000000000 -0700
+++ configure 2014-05-31 02:59:26.000000000 -0700
@@ -15080,6 +15080,9 @@
LIBCONCORD_VERSION="3"
case $host_os in
+ freebsd*)
+ LIBCONCORD_LDFLAGS="-lconcord"
+ ;;
darwin*)
LIBCONCORD_LDFLAGS="-lconcord.$LIBCONCORD_VERSION"
;;