aboutsummaryrefslogtreecommitdiffstats
path: root/math/fudgit/files
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1994-11-17 23:25:27 +0800
committerjmz <jmz@FreeBSD.org>1994-11-17 23:25:27 +0800
commitf4bfe716b89d852e3ab9c5a1b1584e1f2800b0e4 (patch)
treee207ee8e4b8df524cec23d716fc7721f9d310758 /math/fudgit/files
parent77b7082f08bd014bc97c55fdd99d29dd36008b16 (diff)
downloadfreebsd-ports-gnome-f4bfe716b89d852e3ab9c5a1b1584e1f2800b0e4.tar.gz
freebsd-ports-gnome-f4bfe716b89d852e3ab9c5a1b1584e1f2800b0e4.tar.zst
freebsd-ports-gnome-f4bfe716b89d852e3ab9c5a1b1584e1f2800b0e4.zip
fudgit: data-processing and fitting program
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
+