diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2001-01-20 15:08:44 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2001-01-20 15:08:44 +0000 |
commit | 673c0c26424f3cae1d61f3c0e39303d3975396d1 (patch) | |
tree | 5b3bff3a0ac9d293a7b6a5cd71544bdb8c24cec1 | |
parent | move $PREFIX/doc/gau-* to $PREFIX/share/doc/gau. (diff) |
build fix. it's due to freetype's change, moving headers to
$PREFIX/include/freetype.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=37374
-rw-r--r-- | korean/ftghostscript5/files/patch-aa | 2 | ||||
-rw-r--r-- | korean/ghostscript55httf/Makefile | 2 | ||||
-rw-r--r-- | korean/ghostscript55httf/distinfo | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/korean/ftghostscript5/files/patch-aa b/korean/ftghostscript5/files/patch-aa index 44f4b87fa5b3..2ebed0730990 100644 --- a/korean/ftghostscript5/files/patch-aa +++ b/korean/ftghostscript5/files/patch-aa @@ -94,7 +94,7 @@ # We don't include -ansi, because this gets in the way of the platform- # specific stuff that <math.h> typically needs; nevertheless, we expect # gcc to accept ANSI-style function prototypes and function definitions. -! XCFLAGS=-I$(prefix)/include +! XCFLAGS=-I$(prefix)/include -I$(prefix)/include/freetype ! CFLAGS+=-O $(GCFLAGS) $(XCFLAGS) diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile index 5670f9121c3c..5a28fbc818b8 100644 --- a/korean/ghostscript55httf/Makefile +++ b/korean/ghostscript55httf/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ ${HP850_DRV} ${DECRYPT_PDF} PATCH_SITES= ftp://ftp.kr.FreeBSD.org/pub/users/cjh/gs-ko/ -PATCHFILES= gs5.50-httf-19990114.diff +PATCHFILES= gs5.50-httf-19990114_1.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= cjh@FreeBSD.org diff --git a/korean/ghostscript55httf/distinfo b/korean/ghostscript55httf/distinfo index 234330465a35..b9de285354c7 100644 --- a/korean/ghostscript55httf/distinfo +++ b/korean/ghostscript55httf/distinfo @@ -3,4 +3,4 @@ MD5 (ghostscript-5.50gnu.tar.gz) = 4930c9d2feea3294904fc683bf8b8beb MD5 (ghostscript-fonts-std-5.50.tar.gz) = 8462a429e2672d332a510da076dca6d2 MD5 (ghostscript-fonts-other-5.50.tar.gz) = e3540578f33caf5dfc384e5518890f57 MD5 (hp8xxs13.zip) = e46bcac0aed0c511c8cc88a1093cc586 -MD5 (gs5.50-httf-19990114.diff) = b8075766ef7d6b132d03784175f08fe1 +MD5 (gs5.50-httf-19990114_1.diff.gz) = fd25b6d228783aca369646696234ea1b |