pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/remmina USE_LANGUAGES=c99 and add socket libs to f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53d605d1fa6c
branches:  trunk
changeset: 625974:53d605d1fa6c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Oct 29 10:51:01 2013 +0000

description:
USE_LANGUAGES=c99 and add socket libs to fix build on SunOS.

diffstat:

 net/remmina/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 1a73cae71a80 -r 53d605d1fa6c net/remmina/Makefile
--- a/net/remmina/Makefile      Tue Oct 29 10:34:30 2013 +0000
+++ b/net/remmina/Makefile      Tue Oct 29 10:51:01 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2013/10/10 14:42:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2013/10/29 10:51:01 jperkin Exp $
 
 DISTNAME=      remmina-0.9.3
 PKGREVISION=   16
@@ -12,8 +12,11 @@
 DEPENDS+=      rdesktop>=1.6.0:../../net/rdesktop
 
 GNU_CONFIGURE= yes
+USE_LANGUAGES= c99
 USE_TOOLS+=    intltool perl pkg-config gmake msgfmt
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libvncserver=            libvncserver>=0.9.1



Home | Main Index | Thread Index | Old Index