summaryrefslogtreecommitdiff
path: root/security/libtomcrypt/files
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2005-12-03 19:30:14 +0000
committerTim Bishop <tdb@FreeBSD.org>2005-12-03 19:30:14 +0000
commit8a01222cd6c3cc3f99f47107ab152e000d401813 (patch)
treedb5dc13e6a2e78b4ece551bc30c86c6d10dd13e5 /security/libtomcrypt/files
parent- Update to 4.35 (diff)
- Update to 1.08
PR: 89861 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) Approved by: clement (mentor)
Notes
Notes: svn path=/head/; revision=150305
Diffstat (limited to 'security/libtomcrypt/files')
-rw-r--r--security/libtomcrypt/files/patch-makefile31
1 files changed, 13 insertions, 18 deletions
diff --git a/security/libtomcrypt/files/patch-makefile b/security/libtomcrypt/files/patch-makefile
index de4f9b53d746..b9473b735fa6 100644
--- a/security/libtomcrypt/files/patch-makefile
+++ b/security/libtomcrypt/files/patch-makefile
@@ -1,15 +1,15 @@
---- makefile.orig Thu Aug 18 13:07:13 2005
-+++ makefile Thu Aug 18 13:10:14 2005
-@@ -15,7 +15,7 @@
- #ARFLAGS=r
+--- makefile.orig Thu Nov 24 12:55:28 2005
++++ makefile Fri Dec 2 22:38:47 2005
+@@ -24,7 +24,7 @@
+ endif
# 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
# additional warnings (newer GCC 3.4 and higher)
- #CFLAGS += -Wsystem-headers -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wmissing-prototypes \
-@@ -24,10 +24,10 @@
+ ifdef GCC_34
+@@ -35,10 +35,10 @@
ifndef IGNORE_SPEED
# optimize for SPEED
@@ -22,26 +22,21 @@
# optimize for SIZE
#CFLAGS += -Os -DLTC_SMALL_CODE
-@@ -249,10 +249,16 @@
- install: library docs
+@@ -275,11 +275,11 @@
+ endif
install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
- install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(DATAPATH)
-+ install -d -g $(GROUP) -o $(USER) $(DATAPATH)
-+ install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH)
-+ install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH)
-+ install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DATAPATH)
-+
-+install_lib: library
-+ install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
-+ install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH)
install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH)
+ ifndef NODOCS
- install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DESTDIR)$(DATAPATH)
++ install -d -g $(GROUP) -o $(USER) $(DATAPATH)
++ install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DATAPATH)
+ endif
install_test: testprof/$(LIBTEST)
- install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
-@@ -305,7 +311,7 @@
+@@ -333,7 +333,7 @@
latex crypt > /dev/null
makeindex crypt.idx > /dev/null
latex crypt > /dev/null