diff options
author | max <max@FreeBSD.org> | 1997-10-04 03:18:41 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-04 03:18:41 +0800 |
commit | d845cf3bbcb3155288c17b16f8553d77c09bf070 (patch) | |
tree | 1e4d3ba483af8be0c0fbd5b2d11be4f210778c49 /japanese | |
parent | d4ca2cb66c10e5fb065b0f9fd721dc795edd4af2 (diff) | |
download | freebsd-ports-gnome-d845cf3bbcb3155288c17b16f8553d77c09bf070.tar.gz freebsd-ports-gnome-d845cf3bbcb3155288c17b16f8553d77c09bf070.tar.zst freebsd-ports-gnome-d845cf3bbcb3155288c17b16f8553d77c09bf070.zip |
Clean up the mess I made.
This one now applies cleanly.
Noticed by: asami
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vflib/files/patch-aa | 49 |
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 |