diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-30 07:54:08 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-30 07:54:08 +0000 |
commit | 19714b8e175f4c7ebf7927af686c46fa1ded0b2e (patch) | |
tree | a4a5e428ff4a352155e8de353c4bc4059eb7cca2 /science | |
parent | bf3a7b5031075b471ac70e4b7ab50a7849a8370c (diff) | |
download | ports-19714b8e175f4c7ebf7927af686c46fa1ded0b2e.tar.gz ports-19714b8e175f4c7ebf7927af686c46fa1ded0b2e.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/ghemical/Makefile | 4 | ||||
-rw-r--r-- | science/ghemical/files/patch-src+graphics+objects.h | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index 5b176ffc48ac..23f22d5bfd44 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -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} diff --git a/science/ghemical/files/patch-src+graphics+objects.h b/science/ghemical/files/patch-src+graphics+objects.h new file mode 100644 index 000000000000..494ed341489d --- /dev/null +++ b/science/ghemical/files/patch-src+graphics+objects.h @@ -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: |