1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Unbreak on -current (1 down, 727 to go)

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2002-11-17 12:37:45 +00:00
parent 8248545e47
commit d739bdf1dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70306
3 changed files with 22 additions and 2 deletions

View File

@ -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

View 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 */

View 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 */