|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
Version: 2.0.1
|
|
|
-Release: 20020731
|
|
|
+Release: 20021009
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.boutell.com/gd/http/gd-%{version}.tar.gz
|
|
|
@@ -71,8 +71,8 @@ Provides: GD
|
|
|
%{l_make} %{l_mflags} \
|
|
|
COMPILER="%{l_cc}" \
|
|
|
CFLAGS="%{l_cflags -O} -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE" \
|
|
|
- INCLUDEDIRS="-I. -I%{l_prefix}/include/libpng -I%{l_prefix}/include/freetype2 \
|
|
|
- -I%{l_prefix}/include" LIBDIRS="-L. -L%{l_prefix}/lib" \
|
|
|
+ INCLUDEDIRS="-I. -I%{l_prefix}/include/libpng -I%{l_prefix}/include/freetype2 -I%{l_prefix}/include" \
|
|
|
+ LIBDIRS="-L. -L%{l_prefix}/lib" \
|
|
|
LIBS="-lm -lgd -lpng -lz -ljpeg -lfreetype -lm" \
|
|
|
all
|
|
|
|