summaryrefslogtreecommitdiff
path: root/math/fudgit/files
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1994-11-17 15:25:27 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1994-11-17 15:25:27 +0000
commit9edf34decf5be17b2fc30b84ba908f21275c0ee2 (patch)
tree932540f354ac62f92b7b0e327e523d9dbc80d2e8 /math/fudgit/files
parentUpgrade to the latest version (0.22) (diff)
fudgit: data-processing and fitting program
Notes
Notes: svn path=/head/; revision=402
Diffstat (limited to 'math/fudgit/files')
-rw-r--r--math/fudgit/files/patch-aa35
1 files changed, 35 insertions, 0 deletions
diff --git a/math/fudgit/files/patch-aa b/math/fudgit/files/patch-aa
new file mode 100644
index 000000000000..1770eb212a6f
--- /dev/null
+++ b/math/fudgit/files/patch-aa
@@ -0,0 +1,35 @@
+*** Makefile.in.orig Wed Nov 9 17:20:09 1994
+--- Makefile.in Sat Nov 12 02:58:47 1994
+***************
+*** 89,94 ****
+--- 89,105 ----
+ @ endif
+ CHECK = @echo "Building FUDGIT for datagen..."
+ @ endif
++ @ comment ==================================================== 386bsd
++ @ if freebsd
++ # This Makefile was generated for freebsd
++ OPTIONS = -DNOTRUNC -DNOMALLINFO -DVOID_SIGHANDLER -DWAIT3_INT \
++ -DNOMALLOC_H -DHAVE_UNISTD_H -DHAVE_STDLIB_H
++ CFLAGS = $(OPTIONS) $(DLOPTIONS) -pipe -O2 -fomit-frame-pointer
++ LDFLAGS = -L../libs $(DLLIB) $(DLDLIB) -lreadline -ltermcap -lm
++ LLFLAGS = -ll
++ CC = cc
++ CHECK = @echo "Building FUDGIT for freebsd..."
++ @ endif
+ @ comment ==================================================== hpux
+ @ if hpux
+ # This Makefile was generated for HPUX
+***************
+*** 311,315 ****
+ cp docs/fudgit.help $(LIBDIR)
+ chmod 444 $(LIBDIR)/fudgit.help
+ cp docs/fudgit.1 $(MANDIR)
+! chmod 444 $(LIBDIR)/fudgit.1
+
+--- 322,326 ----
+ cp docs/fudgit.help $(LIBDIR)
+ chmod 444 $(LIBDIR)/fudgit.help
+ cp docs/fudgit.1 $(MANDIR)
+! chmod 444 $(MANDIR)/fudgit.1
+