public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/argus-clients/files: argus-clients-3.0.7.21-curses-readline.patch argus-clients-3.0.7.4-overflow.patch
@ 2014-03-05 17:08 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-03-05 17:08 UTC (permalink / raw
  To: gentoo-commits

jer         14/03/05 17:08:12

  Added:                argus-clients-3.0.7.21-curses-readline.patch
  Removed:              argus-clients-3.0.7.4-overflow.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.1                  net-analyzer/argus-clients/files/argus-clients-3.0.7.21-curses-readline.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/files/argus-clients-3.0.7.21-curses-readline.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/files/argus-clients-3.0.7.21-curses-readline.patch?rev=1.1&content-type=text/plain

Index: argus-clients-3.0.7.21-curses-readline.patch
===================================================================
--- a/examples/ratop/Makefile.in
+++ b/examples/ratop/Makefile.in
@@ -54,7 +54,8 @@
 DEFS = @DEFS@
 COMPATLIB = @COMPATLIB@ @LIB_SASL@ @LIBS@ @V_THREADS@ @V_GEOIPDEP@ @V_PCRE@ @V_FTDEP@ @ZLIB@
 
-CURSESLIB = @CURSESLIB@ @V_READLINE@
+CURSESLIB = @CURSESLIB@
+V_READLINE = @V_READLINE@
 
 # Standard CFLAGS
 CFLAGS = $(CCOPT) $(INCLS) $(DEFS)
@@ -93,7 +94,7 @@
 all: $(PROGS)
 
 $(INSTALLBIN)/ratop: $(OBJ) $(LIB)
-	$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LIB) $(COMPATLIB) $(CURSESLIB)
+	$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LIB) $(COMPATLIB) $(CURSESLIB) $(V_READLINE)
 
 CLEANFILES = $(OBJ) $(PROGS)
 





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

only message in thread, other threads:[~2014-03-05 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 17:08 [gentoo-commits] gentoo-x86 commit in net-analyzer/argus-clients/files: argus-clients-3.0.7.21-curses-readline.patch argus-clients-3.0.7.4-overflow.patch Jeroen Roovers (jer)

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