diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 12:37:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 12:37:45 +0000 |
commit | d739bdf1dcc24bd072e23168e260f4b71069ec0b (patch) | |
tree | 3cc279d7e825f5e0c36282259a92d4d7354ca42c | |
parent | Make net/tintin++ building on -current. 1 down, 728 to go... (diff) |
Unbreak on -current (1 down, 727 to go)
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=70306
-rw-r--r-- | irc/iroffer/Makefile | 4 | ||||
-rw-r--r-- | irc/iroffer/files/patch-src::defines.h | 10 | ||||
-rw-r--r-- | irc/iroffer/files/patch-src::globals.h | 10 |
3 files changed, 22 insertions, 2 deletions
diff --git a/irc/iroffer/Makefile b/irc/iroffer/Makefile index 2039edd39e17..e374ecb934a2 100644 --- a/irc/iroffer/Makefile +++ b/irc/iroffer/Makefile @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dburr@FreeBSD.ORG -do-configure: - cd ${WRKSRC} && ${SH} ./Configure +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= Configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin diff --git a/irc/iroffer/files/patch-src::defines.h b/irc/iroffer/files/patch-src::defines.h new file mode 100644 index 000000000000..cea7eebc822e --- /dev/null +++ b/irc/iroffer/files/patch-src::defines.h @@ -0,0 +1,10 @@ +--- src/defines.h.orig Sun Nov 17 23:37:55 2002 ++++ src/defines.h Sun Nov 17 23:38:02 2002 +@@ -176,6 +176,6 @@ + #error "*** ERROR: This OS Is Not Supported Or You Didn't Run Configure ***" + #endif + +-#endif _IROFFER_DEFINES ++#endif + + /* End of File */ diff --git a/irc/iroffer/files/patch-src::globals.h b/irc/iroffer/files/patch-src::globals.h new file mode 100644 index 000000000000..7272165c146b --- /dev/null +++ b/irc/iroffer/files/patch-src::globals.h @@ -0,0 +1,10 @@ +--- src/globals.h.orig Sun Nov 17 23:37:17 2002 ++++ src/globals.h Sun Nov 17 23:37:31 2002 +@@ -140,6 +140,6 @@ + + GEX meminfo_t meminfo[MAXMEMINFO]; + +-#endif _IROFFER_GLOBALS ++#endif + + /* End of File */ |