summaryrefslogtreecommitdiff
path: root/graphics/tcm/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tcm/patches/patch-bc')
-rw-r--r--graphics/tcm/patches/patch-bc18
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/tcm/patches/patch-bc b/graphics/tcm/patches/patch-bc
deleted file mode 100644
index ac1aef2db28..00000000000
--- a/graphics/tcm/patches/patch-bc
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-bc,v 1.1 2001/05/10 23:35:28 jtb Exp $
-
---- tb/Makefile.orig Wed Dec 20 13:32:48 2000
-+++ tb/Makefile
-@@ -54,10 +54,9 @@
- updatecelltextunderlinecmd.o\
- updatecelltextfontcmd.o
-
--libtable.a: $(OBJECTS)
-- $(AR) $@ $(OBJECTS)
-- chmod a+rx $@
-- $(MV) $@ $(LIB_DIR)
-+libtcmtable.a: $(OBJECTS)
-+ $(AR) cr $@ $(OBJECTS)
-+ $(MV) -f $@ $(LIB_DIR)
-
- libtable.so: $(OBJECTS)
- $(CC) $(CFLAGS) $(SHAREDFLAG) $(OBJECTS) -o $@