pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/synergy fix a typo in configure overrides



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bbde41fad53
branches:  trunk
changeset: 648807:9bbde41fad53
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 19 19:26:28 2015 +0000

description:
fix a typo in configure overrides

diffstat:

 net/synergy/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r e1584180a98f -r 9bbde41fad53 net/synergy/Makefile
--- a/net/synergy/Makefile      Thu Mar 19 19:18:07 2015 +0000
+++ b/net/synergy/Makefile      Thu Mar 19 19:26:28 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/03/14 23:37:54 tnn Exp $
+# $NetBSD: Makefile,v 1.27 2015/03/19 19:26:28 tnn Exp $
 #
 
 DISTNAME=              synergy-1.7.0
@@ -20,8 +20,8 @@
 GNU_CONFIGURE=         yes
 
 CONFIG_SUB_OVERRIDE+=  ext/gmock-1.6.0/build-aux/config.sub
-CONFIG_SUB_OVERRIDE+=  ext/gmock-1.6.0/build-aux/config.sub
-CONFIG_GUESS_OVERRIDE+=        ext/gtest-1.6.0/build-aux/config.guess
+CONFIG_SUB_OVERRIDE+=  ext/gtest-1.6.0/build-aux/config.sub
+CONFIG_GUESS_OVERRIDE+=        ext/gmock-1.6.0/build-aux/config.guess
 CONFIG_GUESS_OVERRIDE+=        ext/gtest-1.6.0/build-aux/config.guess
 
 EXAMPLES=      MacReadme.txt org.synergy-foss.org.synergyc.plist \



Home | Main Index | Thread Index | Old Index