diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-29 16:17:50 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-29 16:17:50 +0000 |
commit | 9734e4333fff4c7d59cc360585d89475b74a086c (patch) | |
tree | b9bc01b1a29fec701eeafb616cb75ac357d96b0b /math/tochnog/patches | |
parent | 3ecef7be864a431646d9fb803633aa906b9e6d16 (diff) | |
download | pkgsrc-9734e4333fff4c7d59cc360585d89475b74a086c.tar.gz |
Update of tochnog to 20010429. Changes unknown. Move to SHA1 checksums.
Diffstat (limited to 'math/tochnog/patches')
-rw-r--r-- | math/tochnog/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/tochnog/patches/patch-aa b/math/tochnog/patches/patch-aa index e1c4b1f9797..e8d31c1dbef 100644 --- a/math/tochnog/patches/patch-aa +++ b/math/tochnog/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/02/10 04:30:48 jtb Exp $ +$NetBSD: patch-aa,v 1.2 2001/04/29 16:17:51 jtb Exp $ --- makefile.orig Sun Jan 28 09:45:23 2001 +++ makefile @@ -33,9 +33,9 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/02/10 04:30:48 jtb Exp $ + "VCPP=" \ + "COMPILER_C=$(CC)" \ + "COMPILER_CPP=$(CXX)" \ -+ "COMPILER_FLAGS=$(CFLAGS) -ansi -c $(PROFILE) $(ALL_INCLUDE)" \ ++ "COMPILER_FLAGS=$(CFLAGS) -ansi -c $(ALL_INCLUDE)" \ + "LINK_FLAGS_BEFORE=" \ -+ "LINK_FLAGS_AFTER= $(PROFILE) $(ALL_LIB) -lm -o tochnog" ++ "LINK_FLAGS_AFTER= $(ALL_LIB) -lm -o tochnog" tochnog: adjust.$(OBJ) area.$(OBJ) \ beam.$(OBJ) bounda.$(OBJ) calcul.$(OBJ) \ |