pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/snes9x-gtk



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Apr 18 09:15:08 UTC 2019

Modified Files:
        pkgsrc/emulators/snes9x-gtk: Makefile

Log Message:
emulators/snes9x-gtk: try to ensure networking libs get included on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/emulators/snes9x-gtk/Makefile

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

Modified files:

Index: pkgsrc/emulators/snes9x-gtk/Makefile
diff -u pkgsrc/emulators/snes9x-gtk/Makefile:1.64 pkgsrc/emulators/snes9x-gtk/Makefile:1.65
--- pkgsrc/emulators/snes9x-gtk/Makefile:1.64   Tue Mar  5 12:12:31 2019
+++ pkgsrc/emulators/snes9x-gtk/Makefile        Thu Apr 18 09:15:08 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2019/03/05 12:12:31 nia Exp $
+# $NetBSD: Makefile,v 1.65 2019/04/18 09:15:08 nia Exp $
 
 .include "../../emulators/snes9x/Makefile.common"
 
@@ -27,7 +27,7 @@ SUBST_FILES.oss+=     gtk/src/gtk_sound_driv
 SUBST_SED.oss=         -e "s,/dev/dsp,${DEVOSSAUDIO},g"
 .endif
 
-LIBS.SunOS+=           -lsocket -lnsl
+LDFLAGS.SunOS+=                -lsocket -lnsl
 
 BUILDLINK_TRANSFORM+=  rm:-ldl
 



Home | Main Index | Thread Index | Old Index