Update to 3.4.1

PR:		41066
Submitted by:	kanou@mil.allnet.ne.jp
This commit is contained in:
David W. Chapman Jr. 2002-09-01 18:56:40 +00:00
parent 42129f39bf
commit 74ff6092e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65443
3 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= ttf2pt1
PORTVERSION= 3.4.0
PORTVERSION= 3.4.1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (ttf2pt1-3.4.0.tgz) = 98c7f1f4359cdf094229be7bc0884f87
MD5 (ttf2pt1-3.4.1.tgz) = 2775078bd8988f50a9f390c8d15c1d64

View File

@ -1,5 +1,5 @@
--- Makefile.orig Mon Nov 26 21:09:14 2001
+++ Makefile Mon Nov 26 21:11:59 2001
--- Makefile.orig Fri Jun 14 09:51:39 2002
+++ Makefile Sun Jul 21 19:58:47 2002
@@ -20,7 +20,7 @@
#
# Default
@ -24,13 +24,13 @@
# To enable use of the FreeType-2 library
# (if the include and lib directory do not match your installation,
@@ -87,17 +87,17 @@
@@ -114,17 +114,17 @@
CFLAGS_EXTT1ASM=
#CFLAGS_EXTT1ASM= -DEXTERNAL_T1ASM
-CFLAGS= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_PREF)
+CFLAGS+= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_PREF)
LIBS= $(LIBS_SYS) $(LIBS_FT)
-CFLAGS= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_AT) $(CFLAGS_PREF)
+CFLAGS+= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_AT) $(CFLAGS_PREF)
LIBS= $(LIBS_SYS) $(LIBS_FT) $(LIBS_AT)
# Installation-related stuff
#