]> git.pld-linux.org Git - packages/aewan.git/commitdiff
- adapterized (avoid macros with /usr/include/{ncurses,freetype}*)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Dec 2005 18:01:46 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aewan.spec -> 1.6

aewan.spec

index c8680a3b659e4c47dc3583f3c04e653b9c939f13..e8ee66dbf2bb2d948b9308b1142d27a91304c821 100644 (file)
@@ -8,8 +8,8 @@ Group:          Applications/Editors
 Source0:       http://dl.sourceforge.net/aewan/%{name}-%{version}.tar.gz
 # Source0-md5: 89545338d1eba311297b520f9dc1b976
 URL:           http://aewan.sourceforge.net/
-BuildRequires: automake
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: ncurses-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,7 +29,7 @@ aplikacjach terminalowych.
 %setup -q
 
 %build
-CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
+CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %{__aclocal}
 %{__autoconf}
 %configure
This page took 0.056822 seconds and 4 git commands to generate.