diff options
Diffstat (limited to 'fonts/pcf2bdf/patches/patch-ab')
-rw-r--r-- | fonts/pcf2bdf/patches/patch-ab | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/fonts/pcf2bdf/patches/patch-ab b/fonts/pcf2bdf/patches/patch-ab deleted file mode 100644 index 4139f564d7f..00000000000 --- a/fonts/pcf2bdf/patches/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2004/06/15 13:35:20 grant Exp $ - ---- Makefile.gcc.orig 2002-10-21 03:17:00.000000000 +1000 -+++ Makefile.gcc -@@ -1,16 +1,20 @@ - # Makefile for pcf2bdf (gcc) -*- makefile -*- - --CC = gcc --CFLAGS = -Wall -O2 --CXX = $(CC) --CXXFLAGS = $(CFLAGS) --PREFIX = /usr/local -+#CC = gcc -+#CFLAGS = -Wall -O2 -+#CXX = g++ -+#CXXFLAGS = $(CFLAGS) -+#PREFIX = /usr/local - BINPATH = $(PREFIX)/bin - MANPATH = $(PREFIX)/man/man1 - - all: pcf2bdf - - pcf2bdf: pcf2bdf.o -+ ${CXX} -o pcf2bdf pcf2bdf.o -+ -+pcf2bdf.o: pcf2bdf.cc -+ ${CXX} ${CXXFLAGS} -c pcf2bdf.cc - - clean: - -$(RM) pcf2bdf pcf2bdf.exe pcf2bdf.o *~ |