public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/wepdecrypt/files: wepdecrypt-0.8-dyn.patch
@ 2012-12-21 23:25 Alon Bar-Lev (alonbl)
  0 siblings, 0 replies; 2+ messages in thread
From: Alon Bar-Lev (alonbl) @ 2012-12-21 23:25 UTC (permalink / raw
  To: gentoo-commits

alonbl      12/12/21 23:25:01

  Added:                wepdecrypt-0.8-dyn.patch
  Log:
  Allow dynamic build of gwepdecrypt, per bug#402823, thanks to Adrian Bassett
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  net-wireless/wepdecrypt/files/wepdecrypt-0.8-dyn.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wepdecrypt/files/wepdecrypt-0.8-dyn.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wepdecrypt/files/wepdecrypt-0.8-dyn.patch?rev=1.1&content-type=text/plain

Index: wepdecrypt-0.8-dyn.patch
===================================================================
diff --git a/src/Makefile b/src/Makefile
index a779cb7..f32e65e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -8,7 +8,7 @@ wepdecrypt: 	wepdecrypt.o rc4.o wepfilter.o log.o modes.o misc.o verify.o keygen
 	modes.o misc.o md5_digest.o  wepserver.o wepclient.o verify.o keygen.o localkeygen.o $(LIBS)
 
 gwepdecrypt: gwepdecrypt.cpp
-	$(FLTK) --compile gwepdecrypt.cpp
+	$(CC) $(LDFLAGS) $(CFLAGS) -I. -o $@ gwepdecrypt.cpp $(shell fltk-config --cflags --ldflags) $(LIBS)
 
 wkeygen: wkeygen.c
 	$(LD) $(LDFLAGS) $(CFLAGS) -o $@ wkeygen.c $(LIBS)





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-wireless/wepdecrypt/files: wepdecrypt-0.8-dyn.patch
@ 2014-07-01 18:30 Alon Bar-Lev (alonbl)
  0 siblings, 0 replies; 2+ messages in thread
From: Alon Bar-Lev (alonbl) @ 2014-07-01 18:30 UTC (permalink / raw
  To: gentoo-commits

alonbl      14/07/01 18:30:55

  Modified:             wepdecrypt-0.8-dyn.patch
  Log:
  Fix bug#515814, cleanup
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)

Revision  Changes    Path
1.2                  net-wireless/wepdecrypt/files/wepdecrypt-0.8-dyn.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wepdecrypt/files/wepdecrypt-0.8-dyn.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wepdecrypt/files/wepdecrypt-0.8-dyn.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wepdecrypt/files/wepdecrypt-0.8-dyn.patch?r1=1.1&r2=1.2

Index: wepdecrypt-0.8-dyn.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wepdecrypt/files/wepdecrypt-0.8-dyn.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wepdecrypt-0.8-dyn.patch	21 Dec 2012 23:25:01 -0000	1.1
+++ wepdecrypt-0.8-dyn.patch	1 Jul 2014 18:30:55 -0000	1.2
@@ -7,7 +7,7 @@
  
  gwepdecrypt: gwepdecrypt.cpp
 -	$(FLTK) --compile gwepdecrypt.cpp
-+	$(CC) $(LDFLAGS) $(CFLAGS) -I. -o $@ gwepdecrypt.cpp $(shell fltk-config --cflags --ldflags) $(LIBS)
++	$(CXX) $(LDFLAGS) $(CFLAGS) -I. -o $@ gwepdecrypt.cpp $(shell fltk-config --cflags --ldflags) $(LIBS)
  
  wkeygen: wkeygen.c
  	$(LD) $(LDFLAGS) $(CFLAGS) -o $@ wkeygen.c $(LIBS)





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-01 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 23:25 [gentoo-commits] gentoo-x86 commit in net-wireless/wepdecrypt/files: wepdecrypt-0.8-dyn.patch Alon Bar-Lev (alonbl)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-01 18:30 Alon Bar-Lev (alonbl)

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