diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 22:56:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 22:56:20 +0000 |
commit | 2c87b3042b5160e081cb16369a60efc254d06e03 (patch) | |
tree | 563d81027c284a8e56f4577e7ca1635e5abf0574 /net-irc/bnc/files | |
parent | Removed kudzu* masks since it has now been removed from the tree. (diff) | |
download | gentoo-2-2c87b3042b5160e081cb16369a60efc254d06e03.tar.gz gentoo-2-2c87b3042b5160e081cb16369a60efc254d06e03.tar.bz2 gentoo-2-2c87b3042b5160e081cb16369a60efc254d06e03.zip |
Version bump #110719 by HiHinrik Örn Sigurðsson.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-irc/bnc/files')
-rw-r--r-- | net-irc/bnc/files/bnc-2.9.4-build.patch | 33 | ||||
-rw-r--r-- | net-irc/bnc/files/digest-bnc-2.9.4 | 1 |
2 files changed, 34 insertions, 0 deletions
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 |