OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 13-Jan-2003 21:22:25
Branch: HEAD Handle: 2003011320222301
Modified files:
openpkg-src/gd gd.spec
openpkg-web news.txt
Log:
make sure it does not pick up freetype1 headers
Summary:
Revision Changes Path
1.42 +2 -2 openpkg-src/gd/gd.spec
1.2700 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 gd.spec
--- openpkg-src/gd/gd.spec 12 Jan 2003 09:32:30 -0000 1.41
+++ openpkg-src/gd/gd.spec 13 Jan 2003 20:22:24 -0000 1.42
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 2.0.9
-Release: 20030112
+Release: 20030113
# list of sources
Source0: http://www.boutell.com/gd/http/gd-%{version}.tar.gz
@@ -65,7 +65,7 @@
) >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="%{l_cppflags} -I. -I%{l_prefix}/include/libpng
-I%{l_prefix}/include/freetype2" \
+ CPPFLAGS="-I%{l_prefix}/include/freetype2 %{l_cppflags} -I.
-I%{l_prefix}/include/libpng" \
LDFLAGS="%{l_ldflags} -L." \
LIBS="-lm" \
./configure \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2699 -r1.2700 news.txt
--- openpkg-web/news.txt 13 Jan 2003 19:35:54 -0000 1.2699
+++ openpkg-web/news.txt 13 Jan 2003 20:22:23 -0000 1.2700
@@ -1,3 +1,4 @@
+13-Jan-2003: Upgraded package: P<gd-2.0.9-20030113>
13-Jan-2003: Upgraded package: P<patch-2.5.8-20030113>
13-Jan-2003: Upgraded package: P<emacs-21.2-20030113>
13-Jan-2003: Upgraded package: P<ncurses-5.3.20030111-20030113>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]