public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gle/files: gle-4.2.2-parallel.patch gle-4.2.2-ncurses.patch
@ 2010-01-07 17:38 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2010-01-07 17:38 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/01/07 17:38:05

  Added:                gle-4.2.2-parallel.patch gle-4.2.2-ncurses.patch
  Log:
  Version bump. Introduced patch to build in parallel and a fix to properly include the manip ncurses tools
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-visualization/gle/files/gle-4.2.2-parallel.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/files/gle-4.2.2-parallel.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/files/gle-4.2.2-parallel.patch?rev=1.1&content-type=text/plain

Index: gle-4.2.2-parallel.patch
===================================================================
--- src/gui/MakefileAC.in.orig	2010-01-06 20:10:04.000000000 +0000
+++ src/gui/MakefileAC.in	2010-01-06 20:21:15.000000000 +0000
@@ -84,14 +84,14 @@
 qmake:
 	$(QMAKE_PROG) $(QMAKE_OPTS)
 
-domake:
-	$(MAKE_PROG)
+domake: Makefile
+	$(MAKE)
 
-repmake:
+repmake: Makefile
 	perl ../../platform/autopackage/qt-replace.pl Makefile
 
 doclean:
-	-$(MAKE_PROG) clean
+	-$(MAKE) clean
 	-@$(RM) qgle install_qgle_name_mac Makefile
 	-@$(RMDIR) moc
 	-@$(RMDIR) objects



1.1                  sci-visualization/gle/files/gle-4.2.2-ncurses.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/files/gle-4.2.2-ncurses.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/files/gle-4.2.2-ncurses.patch?rev=1.1&content-type=text/plain

Index: gle-4.2.2-ncurses.patch
===================================================================
--- configure.ac.orig	2010-01-07 04:37:57.000000000 +0000
+++ configure.ac	2010-01-07 04:42:01.000000000 +0000
@@ -621,12 +621,12 @@
    LIBS=$SIMPLE_LIBS
    LDFLAGS=$SIMPLE_LDFLAGS
 
-   AC_SEARCH_LIBS(wbkgdset,ncurses curses,
+   AC_SEARCH_LIBS(wbkgdset,ncurses,
    [
       MAKE_MANIP=1
    ],
-   [],[-ltinfo])
-   AC_SEARCH_LIBS(keypad,tinfo,[],[],[])
+   [],[-lncurses])
+   AC_SEARCH_LIBS(keypad,ncurses,[],[],[])
    AC_CHECK_HEADER([ncurses.h],
    [
       HAVE_NCURSES_H=1
@@ -649,7 +649,7 @@
    MANIP_LIBS=$LIBS
    MANIP_LDFLAGS=$LDFLAGS
    if test "x$with_staticlink" = "xyes"; then
-      MANIP_LIBS="$SIMPLE_LIBS -Wl,-Bstatic -lncurses -ltinfo -lm -Wl,-Bdynamic -ldl"
+      MANIP_LIBS="$SIMPLE_LIBS -Wl,-Bstatic -lncurses -lm -Wl,-Bdynamic -ldl"
       #MANIP_LIBS="$SIMPLE_LIBS -Wl,-Bstatic -lncurses -lm -Wl,-Bdynamic -ldl"
    else
       MANIP_LIBS="$MANIP_LIBS -lm"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-07 17:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 17:38 [gentoo-commits] gentoo-x86 commit in sci-visualization/gle/files: gle-4.2.2-parallel.patch gle-4.2.2-ncurses.patch Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox