e07603cb1e
* Add patches to fix build problem with OpenSSL 1.0.0 beta and later. * Generase "-DUSE_SSL" instead of "-DSSL". Similar changes are CANNA and ZLIB. (In the case of ZLIB, it could be change to use HAVE_ZLIB_H.) * Split Makefile to use hacks.mk and options.mk. * And miscellaneous pkglint clean up. There should be no functional change and fix PR pkg/42452.
7 lines
156 B
Makefile
7 lines
156 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2009/12/15 13:11:18 taca Exp $
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if ${PKGSRC_COMPILER} == "ido"
|
|
CPPFLAGS+= -DNO_ATTRIBUTE
|
|
.endif
|