aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-14 19:16:45 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-14 19:16:45 +0800
commit2afa682dfaff5aacfa000d819c170a88d58ebd00 (patch)
tree4bc499a7118b337f272e102e7049d1a157a17452 /chinese
parent78839d23eba90e7948c9bd6e8ce5c4d6e145ef97 (diff)
downloadfreebsd-ports-gnome-2afa682dfaff5aacfa000d819c170a88d58ebd00.tar.gz
freebsd-ports-gnome-2afa682dfaff5aacfa000d819c170a88d58ebd00.tar.zst
freebsd-ports-gnome-2afa682dfaff5aacfa000d819c170a88d58ebd00.zip
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Diffstat (limited to 'chinese')
-rw-r--r--chinese/bg5ps/files/patch-aa9
-rw-r--r--chinese/ttfm/files/patch-Makefile12
-rw-r--r--chinese/vflib/Makefile2
3 files changed, 19 insertions, 4 deletions
diff --git a/chinese/bg5ps/files/patch-aa b/chinese/bg5ps/files/patch-aa
index 74dae73e0c41..f4160ff737f2 100644
--- a/chinese/bg5ps/files/patch-aa
+++ b/chinese/bg5ps/files/patch-aa
@@ -1,11 +1,14 @@
---- Makefile.orig Tue Feb 15 04:41:27 2000
-+++ Makefile Tue Jan 30 22:01:34 2001
+
+$FreeBSD$
+
+--- Makefile.orig Mon Feb 14 22:41:27 2000
++++ Makefile Thu Mar 14 09:33:24 2002
@@ -19,21 +19,22 @@
CC = gcc
INSTALL = install
-CFLAGS =
-+CFLAGS += -I${LOCALBASE}/include
++CFLAGS += -I${LOCALBASE}/include/freetype1 -I${LOCALBASE}/include
LIBS = -lttf -lm
-INCLUDEDIR =
+LIBSDIR = -L${LOCALBASE}/lib
diff --git a/chinese/ttfm/files/patch-Makefile b/chinese/ttfm/files/patch-Makefile
new file mode 100644
index 000000000000..9e4188b881ce
--- /dev/null
+++ b/chinese/ttfm/files/patch-Makefile
@@ -0,0 +1,12 @@
+
+$FreeBSD$
+
+--- Makefile 2002/03/14 07:35:10 1.1
++++ Makefile 2002/03/14 07:35:23
+@@ -1,5 +1,5 @@
+ FREETYPE_BASE=/usr/local
+-FREETYPE_INCL=$(FREETYPE_BASE)/include
++FREETYPE_INCL=$(FREETYPE_BASE)/include/freetype1
+ FREETYPE_LIB=$(FREETYPE_BASE)/lib
+ prefix=/usr
+
diff --git a/chinese/vflib/Makefile b/chinese/vflib/Makefile
index dab154984259..745cdb24b604 100644
--- a/chinese/vflib/Makefile
+++ b/chinese/vflib/Makefile
@@ -31,7 +31,7 @@ USE_XLIB= yes
USE_AUTOCONF= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-freetype \
- --with-freetype-includedir=${PREFIX}/include/freetype \
+ --with-freetype-includedir=${PREFIX}/include/freetype1/freetype \
--with-freetype-libdir=${PREFIX}/lib
pre-patch: