aboutsummaryrefslogtreecommitdiff
path: root/security/cryptopp/files/patch-aa
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-04-12 03:23:03 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-04-12 03:23:03 +0000
commit732c8be689466b4a33e9a2613c36efd29ce41368 (patch)
tree7ea63ba366fc5ebcf620ede9c613cd771f3684e8 /security/cryptopp/files/patch-aa
parente0dc5dd5fdb4d647860560807256b7ee272febcb (diff)
Notes
Diffstat (limited to 'security/cryptopp/files/patch-aa')
-rw-r--r--security/cryptopp/files/patch-aa31
1 files changed, 7 insertions, 24 deletions
diff --git a/security/cryptopp/files/patch-aa b/security/cryptopp/files/patch-aa
index 72895cd799b4..bd88a3a0af22 100644
--- a/security/cryptopp/files/patch-aa
+++ b/security/cryptopp/files/patch-aa
@@ -1,32 +1,15 @@
---- GNUmakefile.orig Thu Jan 18 11:46:13 2001
-+++ GNUmakefile Thu Jan 18 12:36:40 2001
-@@ -1,4 +1,4 @@
--CXXFLAGS = -O2 -w
-+CXXFLAGS += -w
- ARFLAGS = cr
- RANLIB = ranlib
- UNAME = $(shell uname)
-@@ -6,7 +6,7 @@
- ifeq ($(UNAME),) # for DJGPP, where uname doesn't exist
- CXXFLAGS := $(CXXFLAGS) -mbnu210
- else
--CXXFLAGS := $(CXXFLAGS) -pipe
-+CXXFLAGS := $(CXXFLAGS)
- endif
-
- ifeq ($(UNAME),SunOS)
-@@ -28,16 +28,16 @@
- TESTOBJS = bench.o test.o validat1.o validat2.o validat3.o
+--- GNUmakefile.orig Wed Mar 26 17:21:24 2003
++++ GNUmakefile Wed Mar 26 17:22:16 2003
+@@ -47,7 +47,7 @@
+ TESTOBJS = bench.o test.o validat1.o validat2.o validat3.o adhoc.o datatest.o regtest.o
LIBOBJS = $(filter-out $(TESTOBJS),$(OBJS))
-all: cryptest.exe
+all: cryptest
clean:
-- $(RM) cryptest.exe libcryptopp.a $(LIBOBJS) $(TESTOBJS)
-+ $(RM) cryptest libcryptopp.a $(LIBOBJS) $(TESTOBJS)
-
- libcryptopp.a: $(LIBOBJS)
+ $(RM) cryptest.exe libcryptopp.a $(LIBOBJS) $(TESTOBJS)
+@@ -56,7 +56,7 @@
$(AR) $(ARFLAGS) $@ $(LIBOBJS)
$(RANLIB) $@
@@ -34,4 +17,4 @@
+cryptest: libcryptopp.a $(TESTOBJS)
$(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) -L. -lcryptopp $(LDFLAGS) $(LDLIBS)
- .SUFFIXES: .cpp
+ nolib: $(OBJS) # makes it faster to test changes