Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
@@ -0,0 +1,17 @@
$NetBSD: patch-ext_extconf.rb,v 1.1 2016/03/18 13:18:53 fhajny Exp $
Fix SunOS build with Ruby 2.3.
Upstream bug report:
https://bitbucket.org/ged/ruby-pg/issues/236
--- ext/extconf.rb.orig 2016-03-18 12:46:37.072825799 +0000
+++ ext/extconf.rb
@@ -1,6 +1,7 @@
require 'pp'
require 'mkmf'
+$CPPFLAGS << ' -D__EXTENSIONS__'
if ENV['MAINTAINER_MODE']
$stderr.puts "Maintainer mode enabled."