pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/gnome-dictionary



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Dec 31 05:04:08 UTC 2020

Modified Files:
        pkgsrc/textproc/gnome-dictionary: Makefile

Log Message:
gnome-dictionary: fix SunOS build


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/gnome-dictionary/Makefile

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

Modified files:

Index: pkgsrc/textproc/gnome-dictionary/Makefile
diff -u pkgsrc/textproc/gnome-dictionary/Makefile:1.3 pkgsrc/textproc/gnome-dictionary/Makefile:1.4
--- pkgsrc/textproc/gnome-dictionary/Makefile:1.3       Tue Nov 17 13:55:32 2020
+++ pkgsrc/textproc/gnome-dictionary/Makefile   Thu Dec 31 05:04:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/11/17 13:55:32 mef Exp $
+# $NetBSD: Makefile,v 1.4 2020/12/31 05:04:08 gutteridge Exp $
 
 DISTNAME=      gnome-dictionary-3.26.1
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
@@ -21,6 +21,8 @@ USE_TOOLS+=   pkg-config msgfmt xgettext
 
 PYTHON_FOR_BUILD_ONLY= tool
 
+LDFLAGS.SunOS+=        -lnsl
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"



Home | Main Index | Thread Index | Old Index