diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /math/fudgit/files/patch-aa | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'math/fudgit/files/patch-aa')
-rw-r--r-- | math/fudgit/files/patch-aa | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/math/fudgit/files/patch-aa b/math/fudgit/files/patch-aa deleted file mode 100644 index 1770eb212a6f..000000000000 --- a/math/fudgit/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ -*** 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 - |