mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5903ed5757
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>
13 lines
306 B
Plaintext
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"
|
|
;;
|