freebsd-ports/japanese/vfghostscript55/files/gdev10v.mak.patch
Steve Price d3590277d2 Update to version 5.50 after repository copy.
PR:		9100
Submitted by:	MITA Yoshio <mita@jp.FreeBSD.org>
1998-12-23 18:51:37 +00:00

31 lines
1002 B
Diff

*** gdev10v.mak.orig Sun Nov 15 23:30:39 1998
--- gdev10v.mak Sun Nov 15 23:41:25 1998
***************
*** 1,12 ****
### ----------------- The Canon BubbleJet BJ10v device ----------------- ###
! bj10v_=gdev10v.$(OBJ) gdevprn.$(OBJ)
! bj10v.dev: $(bj10v_)
! $(SHP)gssetdev bj10v $(bj10v_)
! bj10vh.dev: $(bj10v_)
! $(SHP)gssetdev bj10vh $(bj10v_)
# Uncomment the following line if you are using MS-DOS on PC9801 series.
! gdev10v.$(OBJ): gdevbj10.c $(PDEVH)
# $(CCC) -DPC9801 gdev10v.c
--- 1,13 ----
### ----------------- The Canon BubbleJet BJ10v device ----------------- ###
! bj10v_=$(GLOBJ)gdev10v.$(OBJ) $(GLOBJ)gdevprn.$(OBJ)
! bj10v.dev: $(bj10v_) page.dev
! $(SETPDEV) bj10v $(bj10v_)
! bj10vh.dev: $(bj10v_) page.dev
! $(SETPDEV) bj10vh $(bj10v_)
# Uncomment the following line if you are using MS-DOS on PC9801 series.
! $(GLOBJ)gdev10v.$(OBJ): $(GLSRC)gdevbj10.c $(PDEVH)
! $(GLCC) $(GLO_)gdev10v.$(OBJ) $(C_) $(GLSRC)gdev10v.c
# $(CCC) -DPC9801 gdev10v.c