diff options
author | asami <asami@FreeBSD.org> | 1996-11-02 12:09:43 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-02 12:09:43 +0000 |
commit | b554c4a37f7535bc37108ad57a7b94ad86e9afa2 (patch) | |
tree | 912f42c196dd92897b4c875a7752b1c4090884c6 /japanese/vflib/files | |
parent | 040423699b54839d44f24754d4067061bb3ce54c (diff) | |
download | FreeBSD-ports-b554c4a37f7535bc37108ad57a7b94ad86e9afa2.zip FreeBSD-ports-b554c4a37f7535bc37108ad57a7b94ad86e9afa2.tar.gz |
Vector font library, used by vfghostscript.
Submitted by: Mita Yoshio <mita@jp.FreeBSD.org>
Diffstat (limited to 'japanese/vflib/files')
-rw-r--r-- | japanese/vflib/files/patch-aa | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/japanese/vflib/files/patch-aa b/japanese/vflib/files/patch-aa new file mode 100644 index 0000000..1ae5bf8 --- /dev/null +++ b/japanese/vflib/files/patch-aa @@ -0,0 +1,53 @@ +*** src/Makefile.orig Mon Apr 8 17:29:08 1996 +--- src/Makefile Wed May 29 10:50:48 1996 +*************** +*** 32,38 **** + # SONY_FSLIB = -L/usr/sony/lib -lFSlib + + # VFontcap file +! VFCAP = -DDEFAULT_VFCAP=\"/usr/local/TeX/lib/vfontcap\" + + # OS and Machine dependent compiling options + # Define __MSDOS__ (e.g., CCOPT=-D__MSDOS__) if you compile VFlib on MS-DOS +--- 32,38 ---- + # SONY_FSLIB = -L/usr/sony/lib -lFSlib + + # VFontcap file +! VFCAP = -DDEFAULT_VFCAP=\"/usr/local/lib/VFlib/vfontcap\" + + # OS and Machine dependent compiling options + # Define __MSDOS__ (e.g., CCOPT=-D__MSDOS__) if you compile VFlib on MS-DOS +*************** +*** 45,51 **** + # Compilers, compiling options, etc. + #------------------------- + CC = cc +! CFLAGS = $(CCOPT) $(DEBUGOPT) -O + + LDFLAGS = $(LDOPT) + SYS_LIBS = -lm +--- 45,51 ---- + # Compilers, compiling options, etc. + #------------------------- + CC = cc +! CFLAGS = $(CCOPT) $(DEBUGOPT) -O -m486 + + LDFLAGS = $(LDOPT) + SYS_LIBS = -lm +*************** +*** 62,68 **** + #------------------------- + INSTALL_LIBDIR=/usr/local/lib + INSTALL_INCDIR=/usr/local/include +! INSTALL_BINDIR=/usr/local/etc + + + +--- 62,68 ---- + #------------------------- + INSTALL_LIBDIR=/usr/local/lib + INSTALL_INCDIR=/usr/local/include +! INSTALL_BINDIR=/usr/local/lib/VFlib + + + |