diff options
author | obache <obache@pkgsrc.org> | 2013-03-20 03:05:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-20 03:05:50 +0000 |
commit | f7b4c5979bbc18d79b6eea356e047dbeccef1590 (patch) | |
tree | a0bafa30ee288612c060af3a0fa476ce845dfebf /graphics | |
parent | 18efef8b9b6a33c1cf100c940ef04e6da463f3c5 (diff) | |
download | pkgsrc-f7b4c5979bbc18d79b6eea356e047dbeccef1590.tar.gz |
libsocket and libnsl are required for SunOS.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vnc2swf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/vnc2swf/Makefile b/graphics/vnc2swf/Makefile index 07773223909..51b64740698 100644 --- a/graphics/vnc2swf/Makefile +++ b/graphics/vnc2swf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/06 14:11:24 asau Exp $ +# $NetBSD: Makefile,v 1.18 2013/03/20 03:05:50 obache Exp $ # DISTNAME= vnc2swf-0.5.0 @@ -23,6 +23,8 @@ USE_LANGUAGES= c c++ USE_TOOLS+= pax +LDFLAGS.SunOS+= -lsocket -lnsl + INSTALLATION_DIRS= bin lib/X11/app-defaults share/doc/vnc2swf SUBST_CLASSES+= x11base |