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
+22
View File
@@ -0,0 +1,22 @@
$NetBSD: patch-ac,v 1.2 2010/01/04 15:20:45 joerg Exp $
--- build/config.hpux.orig 2006-11-26 22:19:18.000000000 +0000
+++ build/config.hpux
@@ -24,16 +24,13 @@ export PICFLAG="" #
if [ $DEFS == "-DDEBUG" ] ; then
export CFLAGS="${CFLAGS:--Wall -g -pipe }"
export CXXFLAGS="${CXXFLAGS:--Wall -g -pipe}"
- export LDFLAGS=""
elif [ $DEFS == "-DNDEBUG" ] ; then
export CFLAGS="${CFLAGS:--Wall -O3 -pipe}"
export CXXFLAGS="${CXXFLAGS:--Wall -O3 -pipe}"
- export LDFLAGS="-s"
else
export CFLAGS="${CFLAGS:--Wall -pipe}"
export CXXFLAGS="${CXXFLAGS:--Wall -pipe}"
- export LDFLAGS=""
- fi
+fi
export CPPFLAGS="-I./include ${CPPFLAGS}"
export LIBS=""