pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/gobby



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 13:53:52 UTC 2024

Modified Files:
        pkgsrc/editors/gobby: Makefile

Log Message:
gobby: Add socket libs on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/editors/gobby/Makefile

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

Modified files:

Index: pkgsrc/editors/gobby/Makefile
diff -u pkgsrc/editors/gobby/Makefile:1.89 pkgsrc/editors/gobby/Makefile:1.90
--- pkgsrc/editors/gobby/Makefile:1.89  Sun Nov 17 07:15:49 2024
+++ pkgsrc/editors/gobby/Makefile       Tue Dec  3 13:53:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2024/11/17 07:15:49 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2024/12/03 13:53:52 jperkin Exp $
 
 DISTNAME=      gobby-0.6.0
 PKGREVISION=   7
@@ -21,6 +21,8 @@ USE_TOOLS+=           autoconf automake autorecon
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 GNU_CONFIGURE=         yes
 
+LDFLAGS.SunOS+=        -lsocket
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -fiv
 



Home | Main Index | Thread Index | Old Index