Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-Makefile,v 1.3 2012/09/04 13:43:15 wiz Exp $
Remove CFLAGS override (set from pkgsrc Makefile).
--- Makefile.orig 2011-06-09 03:24:45.000000000 +0000
+++ Makefile
@@ -1,5 +1,5 @@
OS:=$(shell uname | sed 's/[-_].*//')
-CFLAGS:=-Wall -O2 -Werror $(PYINCLUDE)
+CFLAGS+=-Wall -O2 -Werror $(PYINCLUDE)
SOEXT:=.so
ifeq ($(OS),CYGWIN)