Unbreak for FreeBSD >=5.x

Submitted by:	linimon
This commit is contained in:
Maho Nakata 2005-01-30 07:54:08 +00:00
parent bf3a7b5031
commit 19714b8e17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127687
2 changed files with 11 additions and 4 deletions

View file

@ -30,10 +30,6 @@ USE_AUTOCONF_VER= 253
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
pre-configure:
@cd ${WRKDIR}/${DISTNAME} ; ${AUTOCONF}

View file

@ -0,0 +1,11 @@
--- src/graphics/objects.h~ Sat Dec 29 23:56:49 2001
+++ src/graphics/objects.h Sun Jan 30 16:05:29 2005
@@ -88,8 +88,6 @@
void SetModelView(void) const;
const obj_loc_data * GetLocData(void) const;
- protected:
-
obj_loc_data * GetLocDataRW(void) const;
public: