]> git.pld-linux.org Git - packages/bibcursed.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:
    bibcursed.spec -> 1.4

bibcursed.spec

index 0b2e4d24495abf7b35b6a04eb63bc07b77158e0a..a08f324488dfc5d258b86478f1895fe1e9b40f37 100644 (file)
@@ -36,7 +36,7 @@ mog
 %setup -q -n %{name}
 
 %build
-%{__cc} %{rpmcflags} -I%{_includedir}/ncurses -lncurses -o %{name} bibcursed.c
+%{__cc} %{rpmcflags} -I/usr/include/ncurses -lncurses -o %{name} bibcursed.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.055509 seconds and 4 git commands to generate.