public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/pump/files: pump-0.8.24-redefinition.patch
@ 2007-12-29 20:04 Christian Heim (phreak)
  0 siblings, 0 replies; only message in thread
From: Christian Heim (phreak) @ 2007-12-29 20:04 UTC (permalink / raw
  To: gentoo-commits

phreak      07/12/29 20:04:21

  Added:                pump-0.8.24-redefinition.patch
  Log:
  Adding patch for compilation against dev-libs/popt-1.12, as N is already defined in popt.h. This keeps it working with current stable dev-libs/popt, which doesn't have the define in popt.h. Thanks to Preston Crow <pc_gentoo_bugzilla at crowcastle.net> in #201958 for the idea.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.1                  net-misc/pump/files/pump-0.8.24-redefinition.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pump/files/pump-0.8.24-redefinition.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/pump/files/pump-0.8.24-redefinition.patch?rev=1.1&content-type=text/plain

Index: pump-0.8.24-redefinition.patch
===================================================================
--- pump-0.8.24/pump.c.orig	2007-12-29 19:51:22.000000000 +0000
+++ pump-0.8.24/pump.c	2007-12-29 19:52:00.000000000 +0000
@@ -58,7 +58,9 @@
 int bootp_server_port;
 #endif
 
+#if !defined(N_)
 #define N_(foo) (foo)
+#endif
 
 #define PROGNAME "pump"
 #define CONTROLSOCKET "/var/run/pump.sock"


-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-12-29 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-29 20:04 [gentoo-commits] gentoo-x86 commit in net-misc/pump/files: pump-0.8.24-redefinition.patch Christian Heim (phreak)

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