1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/japanese/dvi2dvi/files/patch-aa
R. Imura 3b7141ab93 Update to version 1.1
PR:		15171
Submitted by:	Maintainer
1999-12-10 06:14:28 +00:00

37 lines
975 B
Plaintext

--- Makefile.orig Fri Sep 3 22:01:59 1999
+++ Makefile Tue Nov 30 04:16:41 1999
@@ -2,10 +2,10 @@
# your site:
#
# where dvi2dvi is installed
-BINAREA=/usr/local/bin
+BINAREA=${PREFIX}/bin
#
# directory for dvi2dvi: where the auxiliary files are installed
-DVI2LIB=/usr/local/lib/dvi2dvi
+DVI2LIB=${PREFIX}/lib/dvi2dvi
#
# name of default fontdesc file in your site
FONTDESC=fontdesc
@@ -13,16 +13,16 @@
DVI2PATH=.:${DVI2LIB}
# kpathsea
-KPSEINCLUDE = -I/usr/local/include -DKPATHSEA
-KPSELIB = -L/usr/local/lib -lkpathsea
+KPSEINCLUDE = -I${kpathsea_parent} -DKPATHSEA
+KPSELIB = -L${kpathsea_parent}/kpathsea/STATIC -lkpathsea
#
CC=gcc
#
-CCFLAGS = -g
+#CCFLAGS = -g
#CCFLAGS = -O # SUN etc ...
#CCFLAGS = -O -traditional -DPOSIX # 386bsd (gcc 1.X)
-#CCFLAGS = -O -DPOSIX # Netbsd (gcc 2.X), Linux
+CCFLAGS += -O -DPOSIX # Netbsd (gcc 2.X), Linux
#CCFLAGS = -O -bsd # NeXT
#CCFLAGS = -O -DMSDOS -DPOSIX # DJGCC (gcc 2.X)
#CCFLAGS = -O -DSYSV # SysV