public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xosview/files: xosview-1.9.2-emptyxpaths.patch
@ 2012-02-04 12:33 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2012-02-04 12:33 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/02/04 12:33:59

  Added:                xosview-1.9.2-emptyxpaths.patch
  Log:
  Version bump, fixes bug 382077 by needle <qui_wan_chong@yahoo.de>
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-misc/xosview/files/xosview-1.9.2-emptyxpaths.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xosview/files/xosview-1.9.2-emptyxpaths.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xosview/files/xosview-1.9.2-emptyxpaths.patch?rev=1.1&content-type=text/plain

Index: xosview-1.9.2-emptyxpaths.patch
===================================================================
--- config/configure.in.orig	2012-02-04 13:20:17.730436149 +0100
+++ config/configure.in	2012-02-04 13:21:05.333936874 +0100
@@ -12,6 +12,20 @@
     CXXFLAGS="$CXXFLAGS -I$x_includes"
 fi
 
+#
+# On hpux10 both x_includes and x_libraries seem to be set to ""
+# This causes compiler options like '-I' and '-L', which break
+# the build.  So, we avoid empty strings here.
+#
+if test -z "$x_includes"
+then
+    x_includes=.
+fi
+if test -z "$x_libraries"
+then
+   x_libraries=.
+fi
+
 dnl
 dnl Added a proper check for the snprintf() function
 dnl
@@ -381,22 +395,6 @@
 AC_SUBST(USE_MOD_VERSIONS)
 dnl  Check for usleep().  Currently, only HP-UX doesn't have it.
 AC_CHECK_FUNCS(usleep)
-
-#
-# On hpux10 both x_includes and x_libraries seem to be set to ""
-# This causes compiler options like '-I' and '-L', which break
-# the build.  So, we avoid empty strings here.
-#
-if test -z "$x_includes"
-then
-    x_includes=.
-fi
-if test -z "$x_libraries"
-then
-   x_libraries=.
-fi
-
-
 AC_SUBST(host_dir)
 AC_OUTPUT(\
   Makefile:config/Makefile.top.in \






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

only message in thread, other threads:[~2012-02-04 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 12:33 [gentoo-commits] gentoo-x86 commit in x11-misc/xosview/files: xosview-1.9.2-emptyxpaths.patch Kacper Kowalik (xarthisius)

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