diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-17 20:37:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-17 20:37:45 +0800 |
commit | 7aee110791a19e8edafebadf39e68998d4f9ce1f (patch) | |
tree | 6629551611cd80e17d04b0b48dcaff6650b2f64f /irc | |
parent | 7bb1582eb97856aaabf8f73bdcc96e9a2ca931b6 (diff) | |
download | freebsd-ports-gnome-7aee110791a19e8edafebadf39e68998d4f9ce1f.tar.gz freebsd-ports-gnome-7aee110791a19e8edafebadf39e68998d4f9ce1f.tar.zst freebsd-ports-gnome-7aee110791a19e8edafebadf39e68998d4f9ce1f.zip |
Unbreak on -current (1 down, 727 to go)
Noticed on: bento
Diffstat (limited to 'irc')
-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 */ |