summaryrefslogtreecommitdiff
path: root/math/abs/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-12-22 18:55:51 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-12-22 18:55:51 +0000
commit1e10c78af8e81897c57a7a70701b9b23588e02ea (patch)
tree78c23872ec6c6c089b860af75ba344e31c3e8df1 /math/abs/patches
parentdf8e510c9e27645f87745123a3604171afe78a42 (diff)
downloadpkgsrc-1e10c78af8e81897c57a7a70701b9b23588e02ea.tar.gz
Update abs to 0.5, provided in pr 6635 by Rene Hexel.
Diffstat (limited to 'math/abs/patches')
-rw-r--r--math/abs/patches/patch-aa16
-rw-r--r--math/abs/patches/patch-ab6
2 files changed, 11 insertions, 11 deletions
diff --git a/math/abs/patches/patch-aa b/math/abs/patches/patch-aa
index a8baa98775f..1d409f3d918 100644
--- a/math/abs/patches/patch-aa
+++ b/math/abs/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+$NetBSD: patch-aa,v 1.2 1998/12/22 18:55:52 frueauf Exp $
---- Makefile.orig Thu Dec 3 22:46:08 1998
-+++ Makefile Sat Dec 5 11:01:36 1998
+--- Makefile.orig Sun Dec 20 18:56:29 1998
++++ Makefile Tue Dec 22 18:28:07 1998
@@ -1,10 +1,11 @@
CURRENT_DIR = .
@@ -14,14 +14,14 @@ $NetBSD: patch-aa,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+CFLAGS+= -I ${X11BASE}/include -I ${LOCALBASE}/include
+LIBS = -L ${LOCALBASE}/lib -L ${X11BASE}/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -lXpm
- #DEFINE = -O
-
-@@ -107,7 +108,7 @@
+ SRCS = \
+ applic.c \
+@@ -105,7 +106,7 @@
$(MAKE) all); \
fi \
done
-- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS) $(DEFINE)
-+ cc -o abs ./TextField-1.0/*.o $(OBJS) $(LIBS) $(DEFINE)
+- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS)
++ cc -o abs ./TextField-1.0/*.o ${OBJS} ${LIBS}
clean::
rm -f *.o */*.o */*.a
diff --git a/math/abs/patches/patch-ab b/math/abs/patches/patch-ab
index a311087743a..e2437241368 100644
--- a/math/abs/patches/patch-ab
+++ b/math/abs/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+$NetBSD: patch-ab,v 1.2 1998/12/22 18:55:52 frueauf Exp $
---- TextField-1.0/Makefile.orig Thu Dec 3 22:46:08 1998
-+++ TextField-1.0/Makefile Sat Dec 5 11:03:14 1998
+--- TextField-1.0/Makefile.orig Sun Dec 20 00:16:05 1998
++++ TextField-1.0/Makefile Tue Dec 22 18:29:38 1998
@@ -1,7 +1,7 @@
# Makefile for widget demo programs