pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/phraseanet-indexer Fix build on SunOS by setting L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/894db41a6e93
branches:  trunk
changeset: 602427:894db41a6e93
user:      hans <hans%pkgsrc.org@localhost>
date:      Fri Apr 13 23:10:39 2012 +0000

description:
Fix build on SunOS by setting LIBS.SunOS+=-lrt -lsocket.

diffstat:

 www/phraseanet-indexer/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 93948f4b6d67 -r 894db41a6e93 www/phraseanet-indexer/Makefile
--- a/www/phraseanet-indexer/Makefile   Fri Apr 13 23:04:11 2012 +0000
+++ b/www/phraseanet-indexer/Makefile   Fri Apr 13 23:10:39 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/10/04 08:02:19 manu Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/13 23:10:39 hans Exp $
 #
 
 .include "../../www/phraseanet/Makefile.common"
@@ -11,6 +11,7 @@
 USE_TOOLS+=            aclocal autoconf automake
 GNU_CONFIGURE=         yes
 CFLAGS+=       -I${BUILDLINK_PREFIX.libxml2}/include/libxml2
+LIBS.SunOS+=           -lrt -lsocket
 
 
 pre-configure:



Home | Main Index | Thread Index | Old Index