summaryrefslogtreecommitdiff
path: root/security/libtomcrypt/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-09 21:33:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-09 21:33:56 +0000
commit7f6e1abe0e1c1d69ea5286ccc545509cc5873f53 (patch)
tree34c999043b23d5425249b9c1e75f34a43cec8703 /security/libtomcrypt/files
parent- Update to 2.0.6 (diff)
- Update to 1.16
PR: ports/107627 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=181893
Diffstat (limited to 'security/libtomcrypt/files')
-rw-r--r--security/libtomcrypt/files/patch-makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libtomcrypt/files/patch-makefile b/security/libtomcrypt/files/patch-makefile
index b9473b735fa6..c1c8fa8207d8 100644
--- a/security/libtomcrypt/files/patch-makefile
+++ b/security/libtomcrypt/files/patch-makefile
@@ -5,7 +5,7 @@
# Compilation flags. Note the += does not write over the user's CFLAGS!
-CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE
-+CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE
++CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE -D_WCHAR_T
# additional warnings (newer GCC 3.4 and higher)
ifdef GCC_34