diff options
author | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:05:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:05:28 +0000 |
commit | bddaa2860eb53c9e764c7d68ff68e6100e23d62d (patch) | |
tree | 3b2dab5bde36edc166264c61a72530b936826dac /math/abs/files/patch-ab | |
parent | Update to version 2.903. (diff) |
Update to version 0.8.
PR: 22934
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=35832
Diffstat (limited to 'math/abs/files/patch-ab')
-rw-r--r-- | math/abs/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/abs/files/patch-ab b/math/abs/files/patch-ab deleted file mode 100644 index b017110723ca..000000000000 --- a/math/abs/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- TextField-1.0/Makefile.orig Sun Apr 11 09:23:53 1999 -+++ TextField-1.0/Makefile Sun Apr 11 09:24:09 1999 -@@ -1,7 +1,7 @@ - # Makefile for widget demo programs - - ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm --CFLAGS = $(DEFINES) $(CDEBUGFLAGS) -I/usr/contrib/X11R6/include -+CFLAGS += $(DEFINES) $(CDEBUGFLAGS) -I$(X11BASE)/include - CDEBUGFLAGS = - DEFINES = - RM = rm -f |