summaryrefslogtreecommitdiff
path: root/japanese/dvi2ps/files/patch-aa
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2001-05-27 09:27:53 +0000
committerYoshio MITA <mita@FreeBSD.org>2001-05-27 09:27:53 +0000
commitd97d40bd851df616d6f87f6cda5042442ba74a24 (patch)
tree8d7815435baca180980854314bc1f7571074978b /japanese/dvi2ps/files/patch-aa
parentupgrade to 3.0.98n (diff)
Updated to 3.0-J
Notes
Notes: svn path=/head/; revision=43115
Diffstat (limited to 'japanese/dvi2ps/files/patch-aa')
-rw-r--r--japanese/dvi2ps/files/patch-aa71
1 files changed, 11 insertions, 60 deletions
diff --git a/japanese/dvi2ps/files/patch-aa b/japanese/dvi2ps/files/patch-aa
index c27c7ba7a567..ef2d71695512 100644
--- a/japanese/dvi2ps/files/patch-aa
+++ b/japanese/dvi2ps/files/patch-aa
@@ -1,60 +1,11 @@
-*** Makefile.orig Thu Dec 26 19:37:51 1996
---- Makefile Thu Dec 26 19:39:54 1996
-***************
-*** 2,8 ****
- # your site:
- #
- # BINAREA and DVI2LIB are relative to PREFIX
-! PREFIX=/usr/local
- # where dvi2ps is installed
- BINAREA=${PREFIX}/bin
- #
---- 2,8 ----
- # your site:
- #
- # BINAREA and DVI2LIB are relative to PREFIX
-! PREFIX?=/usr/local
- # where dvi2ps is installed
- BINAREA=${PREFIX}/bin
- #
-***************
-*** 42,60 ****
- # 1) libVFlib.a and VF.h are installed in the standard directory
- #VFLIB = -lVFlib
- # 2) libVFlib.a and VF.h are installed in the non-standard directory
-! #VFLIB = -L${PREFIX}/lib -lVFlib
-! #VFLIBINC = -I${PREFIX}/include
- # 3) use VFlib.a and VF.h in the source directory of VFlib
-! VFLIBSRCDIR = ../VFlib-2.22/src
-! VFLIB = ${VFLIBSRCDIR}/VFlib.a
-! VFLIBINC = -I${VFLIBSRCDIR}
-
- #
- CC=cc
- #
-! CCFLAGS = -g
- #CCFLAGS = -O # SUNOS 4.X etc ...
-! #CCFLAGS = -O -DPOSIX # NetBSD FreeBSD (gcc 2.X), Linux
- #CCFLAGS = -O -DMSDOS -DPOSIX # DJGCC (gcc 2.X)
- #CCFLAGS = -O -DANSI -DPOSIX -DSYSV -DSYSVIO # Solaris 2.X (SUNWpro/bin/cc)
- #CCFLAGS = -O -DSYSVIO # Solaris 2.X (/usr/ucb/cc -- not recommended)
---- 42,60 ----
- # 1) libVFlib.a and VF.h are installed in the standard directory
- #VFLIB = -lVFlib
- # 2) libVFlib.a and VF.h are installed in the non-standard directory
-! VFLIB = -L${PREFIX}/lib -lVFlib2 -lttf
-! VFLIBINC = -I${PREFIX}/include
- # 3) use VFlib.a and VF.h in the source directory of VFlib
-! #VFLIBSRCDIR = ../VFlib-2.22/src
-! #VFLIB = ${VFLIBSRCDIR}/VFlib.a
-! #VFLIBINC = -I${VFLIBSRCDIR}
-
- #
- CC=cc
- #
-! #CCFLAGS = -g
- #CCFLAGS = -O # SUNOS 4.X etc ...
-! CCFLAGS = -O2 -DPOSIX # NetBSD FreeBSD (gcc 2.X), Linux
- #CCFLAGS = -O -DMSDOS -DPOSIX # DJGCC (gcc 2.X)
- #CCFLAGS = -O -DANSI -DPOSIX -DSYSV -DSYSVIO # Solaris 2.X (SUNWpro/bin/cc)
- #CCFLAGS = -O -DSYSVIO # Solaris 2.X (/usr/ucb/cc -- not recommended)
+--- Makefile.orig Thu May 10 23:44:24 2001
++++ Makefile Thu May 10 23:47:47 2001
+@@ -2,7 +2,7 @@
+ # your site:
+ #
+ # BINAREA and DVI2LIB are relative to PREFIX
+-PREFIX=${DESTDIR}/usr/local
++PREFIX?=/usr/local
+ # where dvi2ps is installed
+ BINAREA=${PREFIX}/bin
+ #