pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 16 22:29:54 UTC 2018

Modified Files:
        pkgsrc/print/cups-filters: Makefile

Log Message:
cups-filters: SunOS requires -D_POSIX_PTHREAD_SEMANTICS


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/print/cups-filters/Makefile

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

Modified files:

Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.96 pkgsrc/print/cups-filters/Makefile:1.97
--- pkgsrc/print/cups-filters/Makefile:1.96     Mon May  7 07:59:38 2018
+++ pkgsrc/print/cups-filters/Makefile  Wed May 16 22:29:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2018/05/07 07:59:38 leot Exp $
+# $NetBSD: Makefile,v 1.97 2018/05/16 22:29:54 jperkin Exp $
 
 DISTNAME=      cups-filters-1.20.3
 CATEGORIES=    print
@@ -36,6 +36,8 @@ REPLACE_BASH+=        filter/braille/filters/te
 CFLAGS+=       -framework IOKit
 .endif
 
+CPPFLAGS.SunOS+=       -D_POSIX_PTHREAD_SEMANTICS
+
 BUILD_DEFS+=           VARBASE
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 



Home | Main Index | Thread Index | Old Index