summaryrefslogtreecommitdiffstats
path: root/irc/iroffer
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-17 12:37:45 +0000
committeredwin <edwin@FreeBSD.org>2002-11-17 12:37:45 +0000
commit7aee110791a19e8edafebadf39e68998d4f9ce1f (patch)
tree6629551611cd80e17d04b0b48dcaff6650b2f64f /irc/iroffer
parent7bb1582eb97856aaabf8f73bdcc96e9a2ca931b6 (diff)
downloadFreeBSD-ports-7aee110791a19e8edafebadf39e68998d4f9ce1f.zip
FreeBSD-ports-7aee110791a19e8edafebadf39e68998d4f9ce1f.tar.gz
Unbreak on -current (1 down, 727 to go)
Noticed on: bento
Diffstat (limited to 'irc/iroffer')
-rw-r--r--irc/iroffer/Makefile4
-rw-r--r--irc/iroffer/files/patch-src::defines.h10
-rw-r--r--irc/iroffer/files/patch-src::globals.h10
3 files changed, 22 insertions, 2 deletions
diff --git a/irc/iroffer/Makefile b/irc/iroffer/Makefile
index 2039edd..e374ecb 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 0000000..cea7eeb
--- /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 0000000..7272165
--- /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 */
OpenPOWER on IntegriCloud