1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/dvi2tty/files/patch-aa
1996-04-26 08:29:49 +00:00

30 lines
735 B
Plaintext

*** Makefile.orig Sat Mar 30 05:53:03 1996
--- Makefile Sat Mar 30 05:52:51 1996
***************
*** 1,12 ****
# Makefile for dvi2tty and disdvi 23/01/89 M.J.E. Mol
#
# For BSD Unix use the following CFLAGS definition
! # CFLAGS = -Dstrchr=index
#
# This Makefile does not work for MSDOS. Make your
# own one, or compile by hand.
#
! CFLAGS = -s
all: jdvi2tty disdvi
--- 1,12 ----
# Makefile for dvi2tty and disdvi 23/01/89 M.J.E. Mol
#
# For BSD Unix use the following CFLAGS definition
! CFLAGS += -Dstrchr=index -DDEFPAGER='"${PREFIX}/bin/jless"'
#
# This Makefile does not work for MSDOS. Make your
# own one, or compile by hand.
#
! #CFLAGS = -s
all: jdvi2tty disdvi