diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-10 11:51:28 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-10 11:51:28 +0000 |
commit | f610ef2c0ac3f746fbea660fa648e7be6d2defde (patch) | |
tree | 608b561e84210327ed2fccb2e927d37271fffef8 /emulators | |
parent | c3d32c4644d9aa94744547f8cb5ae3ee41be0744 (diff) | |
download | pkgsrc-f610ef2c0ac3f746fbea660fa648e7be6d2defde.tar.gz |
Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 4 |
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" |