pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cinepaint



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:05:18 UTC 2023

Modified Files:
        pkgsrc/graphics/cinepaint: Makefile

Log Message:
cinepaint: SunOS needs explicit -lstdc++.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/graphics/cinepaint/Makefile

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

Modified files:

Index: pkgsrc/graphics/cinepaint/Makefile
diff -u pkgsrc/graphics/cinepaint/Makefile:1.79 pkgsrc/graphics/cinepaint/Makefile:1.80
--- pkgsrc/graphics/cinepaint/Makefile:1.79     Tue Jun  6 08:02:10 2023
+++ pkgsrc/graphics/cinepaint/Makefile  Mon Jun 26 09:05:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2023/06/06 08:02:10 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2023/06/26 09:05:18 jperkin Exp $
 
 DISTNAME=      cinepaint-1.0-4
 PKGNAME=       cinepaint-1.0.4
@@ -22,6 +22,8 @@ USE_TOOLS+=           pkg-config msgfmt gmake
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-python
 
+LDFLAGS.SunOS+=                -lstdc++
+
 PKGCONFIG_OVERRIDE=    cinepaint-gtk.pc.in
 
 BUILDLINK_API_DEPENDS.lcms+=   lcms>=1.13 # needs _cmsLCMScolorSpace



Home | Main Index | Thread Index | Old Index