pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk2



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Jun  4 21:09:09 UTC 2019

Modified Files:
        pkgsrc/x11/gtk2: Makefile

Log Message:
gtk2: -lintl on SunOS. From wilbury.


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 pkgsrc/x11/gtk2/Makefile

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

Modified files:

Index: pkgsrc/x11/gtk2/Makefile
diff -u pkgsrc/x11/gtk2/Makefile:1.305 pkgsrc/x11/gtk2/Makefile:1.306
--- pkgsrc/x11/gtk2/Makefile:1.305      Fri Apr 26 14:12:50 2019
+++ pkgsrc/x11/gtk2/Makefile    Tue Jun  4 21:09:09 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.305 2019/04/26 14:12:50 maya Exp $
+# $NetBSD: Makefile,v 1.306 2019/06/04 21:09:09 maya Exp $
 
 DISTNAME=      gtk+-2.24.32
 PKGNAME=       ${DISTNAME:S/gtk/gtk2/}
@@ -54,6 +54,7 @@ REQD_DIRS+=           ${PREFIX}/libdata/gtk-2.0
 
 BUILD_DIRS=            . demos/gtk-demo
 
+LDFLAGS.SunOS+=                -lintl
 # fix for 'only weak aliases are supported on darwin' error
 CONFIGURE_ARGS.Darwin+=        --disable-visibility
 



Home | Main Index | Thread Index | Old Index