]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- Release: 3 auto/ac/freetype-2_1_7-3
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 5 Feb 2004 11:11:20 +0000 (11:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass X11_LIB to make (fixes build on AMD64)

Changed files:
    freetype.spec -> 1.101

freetype.spec

index 31e7b2d44ff4b1cb9670652992312a08df173d39..271377cce43d188096cd09aec4895b74438c2afa 100644 (file)
@@ -14,7 +14,7 @@ Summary(ru):  
 Summary(uk):   òÁÓÔÅÒÉÚÁÔÏÒ ÛÒÉÆԦנTrueType
 Name:          freetype
 Version:       2.1.7
-Release:       2
+Release:       3
 License:       GPL or FTL
 Group:         Libraries
 Source0:       ftp://ftp.freetype.org/freetype/freetype2/%{name}-%{version}.tar.bz2
@@ -176,11 +176,13 @@ CFLAGS="%{rpmcflags} %{?with_bytecode:-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER}"
 %{__make} setup unix \
        CFG="--prefix=%{_prefix} --libdir=%{_libdir}"
 
-%{__make} 
+%{__make} \
+       X11_LIB="/usr/X11R6/%{_lib}"
 
 %if %{with x11}
 %{__make} -C ft2demos-* \
-       TOP_DIR="`pwd`"
+       TOP_DIR="`pwd`" \
+       X11_LIB="/usr/X11R6/%{_lib}"
 %endif
 
 %install
This page took 0.18039 seconds and 4 git commands to generate.