summaryrefslogtreecommitdiff
path: root/chinese/bg5ps/files/patch-aa
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:37:20 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 14:37:20 +0000
commit5ed82c18c009b312ed8db27c945ed815bf94db1a (patch)
treec3727ad173db294db0d63aa094835040e8623a5e /chinese/bg5ps/files/patch-aa
parentstage devel/psptoolchain-pspsdk-stage1 and restore maintainship (diff)
Rename chinese/ patch-xy patches to reflect the files the modify.
Notes
Notes: svn path=/head/; revision=363162
Diffstat (limited to 'chinese/bg5ps/files/patch-aa')
-rw-r--r--chinese/bg5ps/files/patch-aa38
1 files changed, 0 insertions, 38 deletions
diff --git a/chinese/bg5ps/files/patch-aa b/chinese/bg5ps/files/patch-aa
deleted file mode 100644
index 48dbf33b54a5..000000000000
--- a/chinese/bg5ps/files/patch-aa
+++ /dev/null
@@ -1,38 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.orig 2000-02-14 21:41:27.000000000 +0100
-+++ Makefile 2014-01-25 19:07:23.000000000 +0100
-@@ -17,23 +17,24 @@
-
- OBJS = ttf2psm.o b5tou8.o b5_in.o gb_in.o gbtou8.o
-
--CC = gcc
-+CC ?= gcc
- INSTALL = install
--CFLAGS =
-+CFLAGS += -I${LOCALBASE}/include/freetype1 -I${LOCALBASE}/include
- LIBS = -lttf -lm
--INCLUDEDIR =
-+LIBSDIR = -L${LOCALBASE}/lib
-
--prefix = /usr
--BINDIR = $(prefix)/bin
--ETCDIR = /etc/chinese/
-+
-+PREFIX?= /usr/local
-+BINDIR = $(PREFIX)/bin
-+ETCDIR = $(PREFIX)/etc
-
- all: ttf2psm
-
- %.o : %.c
-- $(CC) -c $(CFLAGS) $(INCLUDEDIR) $< -o $@
-+ $(CC) -c $(CFLAGS) $< -o $@
-
- ttf2psm: $(OBJS)
-- $(CC) $(CFLAGS) $(INCLUDEDIR) $(LIBS) -o ttf2psm $(OBJS)
-+ $(CC) $(CFLAGS) $(LIBSDIR) $(LIBS) -o ttf2psm $(OBJS)
-
- install: all bg5ps bg5ps.conf
- mkdir -p $(ETCDIR)