Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_Makefile.in,v 1.1 2014/12/30 15:44:25 wiz Exp $
* don't install .a file
http://sf.net/p/qore/code/6289/
--- src/Makefile.in.orig 2013-09-18 07:31:19.000000000 +0000
+++ src/Makefile.in
@@ -348,6 +348,7 @@ AM_CPPFLAGS = $(QORE_CPPFLAGS)
@COND_DEBUG_TRUE@@COND_PROFILE_FALSE@AM_CXXFLAGS = -g
@COND_PROFILE_TRUE@AM_CXXFLAGS = -g -pg
@COND_MINGW_TRUE@RM_OTHER = $(DESTDIR)$(libdir)/$(MNAME).dll.a
+@COND_MINGW_FALSE@RM_OTHER = $(DESTDIR)$(libdir)/$(MNAME).a
all: all-am
.SUFFIXES: