From 2c87b3042b5160e081cb16369a60efc254d06e03 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 28 Oct 2005 22:56:20 +0000 Subject: Version bump #110719 by HiHinrik Örn Sigurðsson. (Portage version: 2.0.53_rc6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net-irc/bnc/files/bnc-2.9.4-build.patch | 33 +++++++++++++++++++++++++++++++++ net-irc/bnc/files/digest-bnc-2.9.4 | 1 + 2 files changed, 34 insertions(+) create mode 100644 net-irc/bnc/files/bnc-2.9.4-build.patch create mode 100644 net-irc/bnc/files/digest-bnc-2.9.4 (limited to 'net-irc/bnc/files') diff --git a/net-irc/bnc/files/bnc-2.9.4-build.patch b/net-irc/bnc/files/bnc-2.9.4-build.patch new file mode 100644 index 000000000000..b6fb97623729 --- /dev/null +++ b/net-irc/bnc/files/bnc-2.9.4-build.patch @@ -0,0 +1,33 @@ +--- Makefile.in ++++ Makefile.in +@@ -1,8 +1,17 @@ + LIBS=@LIBS@ +-CFLAGS=-O3 -Wall -include config.h ++CFLAGS=@CFLAGS@ -Wall -include config.h + CC=@CC@ ++ ++DESTDIR = ++prefix = @prefix@ ++exec_prefix = @exec_prefix@ ++bindir = @bindir@ + +-ALL: bnc mkpasswd ++all ALL: bnc mkpasswd ++ ++install: bnc mkpasswd ++ install -m 755 -d $(DESTDIR)$(bindir) ++ install -m 755 bnc mkpasswd bncchk bncsetup $(DESTDIR)$(bindir) + + mkpasswd:mkpasswd.c + ${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS} +--- configure.in ++++ configure.in +@@ -35,7 +35,7 @@ + dnl Check for SSL support. + AC_MSG_CHECKING(whether to enable SSL support) + AC_ARG_WITH(ssl, +-[ -with-ssl Enable SSL support], ++[ --with-ssl Enable SSL support], + [ case "$withval" in + yes) + AC_MSG_RESULT(yes) diff --git a/net-irc/bnc/files/digest-bnc-2.9.4 b/net-irc/bnc/files/digest-bnc-2.9.4 new file mode 100644 index 000000000000..64d444ae0048 --- /dev/null +++ b/net-irc/bnc/files/digest-bnc-2.9.4 @@ -0,0 +1 @@ +MD5 190486d2346415e30f6381377e82eb3b bnc2.9.4.tar.gz 76896 -- cgit v1.2.3-65-gdbad