mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Unbreak on -current (1 down, 727 to go)
Noticed on: bento
This commit is contained in:
parent
8248545e47
commit
d739bdf1dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70306
@ -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
|
||||
|
10
irc/iroffer/files/patch-src::defines.h
Normal file
10
irc/iroffer/files/patch-src::defines.h
Normal file
@ -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 */
|
10
irc/iroffer/files/patch-src::globals.h
Normal file
10
irc/iroffer/files/patch-src::globals.h
Normal file
@ -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 */
|
Loading…
Reference in New Issue
Block a user