diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
commit | 5555d89b50c7710cb97fb22ca6af251e6404e404 (patch) | |
tree | 700b4c9a8ec0af3f2f98ea0c4dc852268cc67aaf /lang/io | |
parent | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (diff) | |
download | ports-5555d89b50c7710cb97fb22ca6af251e6404e404.tar.gz ports-5555d89b50c7710cb97fb22ca6af251e6404e404.zip |
Notes
Diffstat (limited to 'lang/io')
-rw-r--r-- | lang/io/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index dde8e0e7630b..1e7318eb3dc0 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -31,10 +31,6 @@ BINDINGS_DEACTIVATE= Font Image ObjcBridge OpenGL SGML SQLite SQLite3 BROKEN= Does not compile on ia64 or sparc64 .endif -.if ${OSVERSION} < 500000 -USE_GCC= 3.4+ -.endif - pre-patch: ${FIND} ${WRKSRC} -name '.DS_Store*' -delete @@ -63,9 +59,6 @@ pre-patch: post-patch: ${FIND} ${WRKSRC} -name '*.orig' -delete -.if ${OSVERSION} < 500000 - @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/<stdint.h>/<inttypes.h>/' vm/base/_new/Array/Array.h vm/base/_new/Data.h vm/base/Common.h vm/base/NEW_stdint.h -.endif do-install: .for fname in vm/io2c vm/io binaries/ioDesktop binaries/ioServer |