summaryrefslogtreecommitdiff
path: root/japanese/vflib/files/patch-aa
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-10-03 19:18:41 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-10-03 19:18:41 +0000
commit7b2bf87743c6b12704b4b9ae66d1456af8e8c9f4 (patch)
tree64ac3d9ad0f4af92691505e156102431bec02605 /japanese/vflib/files/patch-aa
parentforgot the backslashes in the script. (diff)
Clean up the mess I made.
This one now applies cleanly. Noticed by: asami
Notes
Notes: svn path=/head/; revision=8097
Diffstat (limited to '')
-rw-r--r--japanese/vflib/files/patch-aa49
1 files changed, 26 insertions, 23 deletions
diff --git a/japanese/vflib/files/patch-aa b/japanese/vflib/files/patch-aa
index f20a7e9609fa..2047f9ad4f58 100644
--- a/japanese/vflib/files/patch-aa
+++ b/japanese/vflib/files/patch-aa
@@ -1,5 +1,5 @@
-*** src/Makefile.orig Fri Apr 25 13:14:25 1997
---- src/Makefile Thu Oct 2 08:12:51 1997
+*** src/Makefile.orig Wed Oct 1 16:14:24 1997
+--- src/Makefile Wed Oct 1 16:23:58 1997
***************
*** 24,29 ****
--- 24,32 ----
@@ -68,7 +68,7 @@
***************
-*** 82,111 ****
+*** 82,96 ****
#endif
default:
@@ -84,22 +84,7 @@
$(CP) VF.h $(INSTALL_INCDIR)/VF.h
$(CP) ttindex $(INSTALL_BINDIR)/ttindex
$(CP) bdfindex $(INSTALL_BINDIR)/bdfindex
-
- clean:
- -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \
-! *.o core
- veryclean:
- -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex\
-! *.o core *~ \#tz*
-
-
- # Font drivers
- DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \
- VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o
-
-
- # VFlib
---- 85,118 ----
+--- 85,100 ----
#endif
default:
@@ -116,6 +101,24 @@
$(CP) VF.h $(INSTALL_INCDIR)/VF.h
$(CP) ttindex $(INSTALL_BINDIR)/ttindex
$(CP) bdfindex $(INSTALL_BINDIR)/bdfindex
+***************
+*** 98,112 ****
+
+ clean:
+ -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \
+! *.o core
+ veryclean:
+ -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex\
+! *.o core *~ \#tz*
+
+
+ # Font drivers
+ DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \
+ VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o
+
+
+ # VFlib
+--- 102,119 ----
clean:
-$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \
@@ -135,8 +138,8 @@
# VFlib
***************
-*** 116,121 ****
---- 123,132 ----
+*** 117,122 ****
+--- 124,133 ----
$(CP) libVFlib.a VFlib.a
-$(RANLIB) VFlib.a
@@ -148,8 +151,8 @@
VFlib.o: VFlib.c
$(CC) $(CFLAGS) $(USEFSLIB) -c VFlib.c
***************
-*** 169,174 ****
---- 180,263 ----
+*** 170,175 ****
+--- 181,264 ----
# Null font driver
VF_Null.o: VF_Null.c
$(CC) $(CFLAGS) -c VF_Null.c