summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/snes9x-gtk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile
index 09ef360a32a..4a81d949c8f 100644
--- a/emulators/snes9x-gtk/Makefile
+++ b/emulators/snes9x-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2013/11/25 12:00:47 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2013/12/10 11:51:28 jperkin Exp $
#
DISTNAME= snes9x-1.53-src
@@ -18,6 +18,8 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= intltool msgfmt msgmerge perl pkg-config xgettext
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "options.mk"
.if ${MACHINE_ARCH} == "i386"