diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 11:16:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 11:16:45 +0000 |
commit | d8543839e68b75223c5d597d6d47b9c2a28d56c1 (patch) | |
tree | 520ef2a8e4549307b131d4654e216085fce34be7 /korean | |
parent | Install includes into ${PREFIX}/include/freetype1/freetype instead of (diff) |
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Notes
Notes:
svn path=/head/; revision=56069
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ftghostscript5/files/patch-aa | 2 | ||||
-rw-r--r-- | korean/ghostscript55httf/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korean/ftghostscript5/files/patch-aa b/korean/ftghostscript5/files/patch-aa index 2ebed0730990..4f7760806018 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 -I$(prefix)/include/freetype +! XCFLAGS=-I$(prefix)/include -I$(prefix)/include/freetype1/freetype ! CFLAGS+=-O $(GCFLAGS) $(XCFLAGS) diff --git a/korean/ghostscript55httf/files/patch-aa b/korean/ghostscript55httf/files/patch-aa index a46df2d6b748..63d606616413 100644 --- a/korean/ghostscript55httf/files/patch-aa +++ b/korean/ghostscript55httf/files/patch-aa @@ -47,7 +47,7 @@ XCFLAGS= -CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -+#CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) ++CFLAGS+=-I$(prefix)/include/freetype1 # Define platform flags for ld. # SunOS 4.n may need -Bstatic. |