Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / devel / poco / patches / patch-ag
blob03959ad86e529013da7bd79134ac3ad9d27fdd2b
1 $NetBSD$
3 # Only include only the non-omitted components 
5 --- Makefile.orig       2010-12-16 05:43:33.000000000 +0000
6 +++ Makefile
7 @@ -24,7 +24,9 @@ endif
8  all: libexecs tests samples
9  
10  INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
11 -COMPONENTS = Foundation XML Util Net Crypto NetSSL_OpenSSL Data Data/SQLite Data/ODBC Data/MySQL Zip PageCompiler PageCompiler/File2Page
12 +Master_COMPONENTS = Foundation XML Util Net Crypto NetSSL_OpenSSL Data Data/SQLite Data/ODBC Data/MySQL Zip PageCompiler PageCompiler/File2Page
14 +COMPONENTS=$(filter-out $(foreach f,$(OMIT),$f%),$(Master_COMPONENTS))
16  cppunit:
17         $(MAKE) -C $(POCO_BASE)/CppUnit