pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/pekwm



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 12 11:55:32 UTC 2017

Modified Files:
        pkgsrc/wm/pekwm: Makefile

Log Message:
SunOS requires an explicit -liconv.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/wm/pekwm/Makefile

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

Modified files:

Index: pkgsrc/wm/pekwm/Makefile
diff -u pkgsrc/wm/pekwm/Makefile:1.53 pkgsrc/wm/pekwm/Makefile:1.54
--- pkgsrc/wm/pekwm/Makefile:1.53       Sun Mar 15 19:51:05 2015
+++ pkgsrc/wm/pekwm/Makefile    Fri May 12 11:55:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2015/03/15 19:51:05 tnn Exp $
+# $NetBSD: Makefile,v 1.54 2017/05/12 11:55:32 jperkin Exp $
 
 DISTNAME=      pekwm-0.1.17
 CATEGORIES=    wm
@@ -16,6 +16,8 @@ USE_LANGUAGES=        c c++
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}
 
+LIBS.SunOS+=   -liconv
+
 PKG_SYSCONFSUBDIR=     pekwm
 
 EGDIR=                 ${PREFIX}/share/examples/pekwm



Home | Main Index | Thread Index | Old Index