pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ktexteditor



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 13 17:51:10 UTC 2022

Modified Files:
        pkgsrc/devel/ktexteditor: Makefile

Log Message:
ktexteditor: SunOS needs -mimpure-text workaround.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/ktexteditor/Makefile

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

Modified files:

Index: pkgsrc/devel/ktexteditor/Makefile
diff -u pkgsrc/devel/ktexteditor/Makefile:1.63 pkgsrc/devel/ktexteditor/Makefile:1.64
--- pkgsrc/devel/ktexteditor/Makefile:1.63      Mon Apr 25 05:21:46 2022
+++ pkgsrc/devel/ktexteditor/Makefile   Fri May 13 17:51:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2022/04/25 05:21:46 markd Exp $
+# $NetBSD: Makefile,v 1.64 2022/05/13 17:51:10 jperkin Exp $
 
 DISTNAME=      ktexteditor-${KF5VER}
 CATEGORIES=    devel
@@ -13,6 +13,8 @@ USE_TOOLS+=   gmake msgmerge pkg-config pe
 
 CMAKE_ARGS+=   -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/ktexteditor
 
+LDFLAGS.SunOS+=        -mimpure-text
+
 CONF_FILES+=   ${PREFIX}/share/examples/ktexteditor/org.kde.ktexteditor.katetextbuffer.conf \
                ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.ktexteditor.katetextbuffer.conf
 



Home | Main Index | Thread Index | Old Index