pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xapian



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Wed Nov 23 16:11:52 UTC 2016

Modified Files:
        pkgsrc/textproc/xapian: Makefile

Log Message:
link network libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/xapian/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/xapian/Makefile
diff -u pkgsrc/textproc/xapian/Makefile:1.26 pkgsrc/textproc/xapian/Makefile:1.27
--- pkgsrc/textproc/xapian/Makefile:1.26        Mon Nov  7 13:46:45 2016
+++ pkgsrc/textproc/xapian/Makefile     Wed Nov 23 16:11:52 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2016/11/07 13:46:45 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2016/11/23 16:11:52 wiedi Exp $
 
 DISTNAME=              xapian-core-${VERSION}
 VERSION=               1.4.1
@@ -18,6 +18,8 @@ USE_LANGUAGES=                c c++
 
 TEST_TARGET=           check
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index