mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
caf90266b5
- Convert to new OPTIONSng - Add UPDATING entry noting the automatic modification of configuration file Changes: http://wiki.znc.in/ChangeLog/1.0 Feature safe: yes
12 lines
654 B
Plaintext
12 lines
654 B
Plaintext
--- modules/modperl/Makefile.inc.orig 2012-11-28 11:59:30.509460980 +0000
|
|
+++ modules/modperl/Makefile.inc 2012-11-28 12:00:07.142992057 +0000
|
|
@@ -6,7 +6,7 @@
|
|
PERL_LD := $(shell $(PERL) -MExtUtils::Embed -e ldopts)
|
|
# Perl API is ugly, casting string literals to char* and redeclaring functions :(
|
|
PERL_CXX += -Wno-write-strings -Wno-redundant-decls -Wno-missing-declarations
|
|
-PERL_CXX += -Wno-type-limits -Wno-sign-compare -Wno-strict-overflow -Wno-unused-value
|
|
+PERL_CXX += -Wno-sign-compare -Wno-strict-overflow -Wno-unused-value
|
|
# This is for SWIG
|
|
PERL_CXX += -DSWIG_TYPE_TABLE=znc
|
|
modperlCXXFLAGS := $(PERL_CXX) -Wno-unused-function
|