pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-ferret



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Dec  8 14:37:54 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-ferret: Makefile

Log Message:
textproc/ruby-ferret: fix build problem on NetBSD

Remove -D_XOPEN_SOURCE=500 on NetNSD.  I don't know it is required on
other operating systems.

I built successsfully without this change on NetBSD 9.3_STALBE on 9th
Nov 2022 and I don't know what was changed.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/ruby-ferret/Makefile

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

Modified files:

Index: pkgsrc/textproc/ruby-ferret/Makefile
diff -u pkgsrc/textproc/ruby-ferret/Makefile:1.15 pkgsrc/textproc/ruby-ferret/Makefile:1.16
--- pkgsrc/textproc/ruby-ferret/Makefile:1.15   Tue Sep 28 13:00:46 2021
+++ pkgsrc/textproc/ruby-ferret/Makefile        Thu Dec  8 14:37:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/09/28 13:00:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2022/12/08 14:37:54 taca Exp $
 
 DISTNAME=      ferret-0.11.8.7
 PKGREVISION=   1
@@ -16,6 +16,7 @@ RUBYGEM_OPTIONS+=     --format-executable
 
 .if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(CC_VERSION:Mgcc-1[0-9].*)
 BUILDLINK_TRANSFORM.SunOS+=    opt:-D_XOPEN_SOURCE=500:-D_XOPEN_SOURCE=600
+BUILDLINK_TRANSFORM.NetBSD+=   opt:-D_XOPEN_SOURCE=500:
 .endif
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index