summaryrefslogtreecommitdiff
path: root/fltk.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'fltk.spec.in')
-rw-r--r--fltk.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fltk.spec.in b/fltk.spec.in
index 01f28a6fe..e17f28637 100644
--- a/fltk.spec.in
+++ b/fltk.spec.in
@@ -57,7 +57,7 @@ Install fltk-games to play Block Attack!, Checkers, or Sudoku on your computer.
%setup
%build
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --mandir=%{_mandir} --enable-largefile --enable-shared --enable-threads --enable-xft --enable-xdbe --enable-xinerama
+CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --mandir=%{_mandir} --enable-largefile --enable-shared --enable-threads --enable-xft --enable-xinerama
# If we got this far, all prerequisite libraries must be here.
make