diff options
author | cjh <cjh@FreeBSD.org> | 2001-01-20 23:08:44 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2001-01-20 23:08:44 +0800 |
commit | c7b68576add0fc68a93db7fdfcc14223df7a2e94 (patch) | |
tree | 34d3846c7d0669b8a8feff6dda7c2a670117c43a | |
parent | ae05eed91555aad0cb44c3a9a7ede633d10baf0a (diff) | |
download | freebsd-ports-gnome-c7b68576add0fc68a93db7fdfcc14223df7a2e94.tar.gz freebsd-ports-gnome-c7b68576add0fc68a93db7fdfcc14223df7a2e94.tar.zst freebsd-ports-gnome-c7b68576add0fc68a93db7fdfcc14223df7a2e94.zip |
build fix. it's due to freetype's change, moving headers to
$PREFIX/include/freetype.
Submitted by: bento
-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 |