pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-nokogiri
Module Name: pkgsrc
Committed By: wiz
Date: Tue Dec 26 18:56:09 UTC 2023
Modified Files:
pkgsrc/textproc/ruby-nokogiri: Makefile
Log Message:
ruby-nokogiri: make sure libxml2 is in compiler search path
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/textproc/ruby-nokogiri/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-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.85 pkgsrc/textproc/ruby-nokogiri/Makefile:1.86
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.85 Sat Nov 18 15:39:16 2023
+++ pkgsrc/textproc/ruby-nokogiri/Makefile Tue Dec 26 18:56:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2023/11/18 15:39:16 tsutsui Exp $
+# $NetBSD: Makefile,v 1.86 2023/12/26 18:56:09 wiz Exp $
DISTNAME= nokogiri-1.15.5
CATEGORIES= textproc
@@ -12,6 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile
USE_GCC_RUNTIME= yes
USE_TOOLS+= pkg-config
+CPPFLAGS+= -I${PREFIX}/include/libxml2
MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
RUBYGEM_OPTIONS+= --format-executable
OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.11.6.tar.gz= \
Home |
Main Index |
Thread Index |
Old Index