Prechádzať zdrojové kódy

do not use included newlines

Ralf S. Engelschall 23 rokov pred
rodič
commit
a23988fad9
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      gd/gd.spec

+ 3 - 3
gd/gd.spec

@@ -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