9f7008b601
* Many WHOIS data updates and translation updates; 4 new translations * Reset euid and egid to uid and gid before calling the user specified browser * Added support for libidn * Added patch to support conversion of whois server output to local charset. * Changed to GNU GPL v3 Local change: WHOIS servers for some geographical subdomains in .ru and .su TLDs. OK by wiz@.
13 lines
512 B
Text
13 lines
512 B
Text
$NetBSD: patch-ad,v 1.1 2009/01/09 16:20:20 shattered Exp $
|
|
|
|
--- src/Makefile.in.orig 2007-06-08 17:46:00.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -241,7 +241,7 @@ clean-binPROGRAMS:
|
|
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
|
jwhois$(EXEEXT): $(jwhois_OBJECTS) $(jwhois_DEPENDENCIES)
|
|
@rm -f jwhois$(EXEEXT)
|
|
- $(LINK) $(jwhois_LDFLAGS) $(jwhois_OBJECTS) $(jwhois_LDADD) $(LIBS)
|
|
+ $(LINK) $(jwhois_LDFLAGS) $(jwhois_OBJECTS) $(jwhois_LDADD) $(jwhois_LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|