1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
PR:		ports/100557
Submitted by:	Simun Mikecin <numisemis (at) yahoo.com> (maintainer)
This commit is contained in:
Thierry Thomas 2006-07-19 22:53:57 +00:00
parent 35585a7cdb
commit 3403f5bc68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168279
2 changed files with 13 additions and 2 deletions

View File

@ -14,8 +14,6 @@ MASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/see/
MAINTAINER= numisemis@yahoo.com
COMMENT= Simple ECMAScript Engine (SEE)
BROKEN= fails to install
CONFLICTS= see-devel-[0-9]*
OPTIONS= GC "Use Boehm-Weiser garbage collection pkg" on \

View File

@ -0,0 +1,13 @@
--- include/see/Makefile.in.orig Wed Jan 18 14:22:20 2006
+++ include/see/Makefile.in Wed Jul 19 19:49:40 2006
@@ -253,8 +253,8 @@
> inc-subst
$(PERL) -n -e \
'print if s!^#define\s+(\S+)\s+(.+)!s,\\\@$$1\\\@,$$2/*$$1*/,g;!; \
- print if s:^/\*\s*#undef\s+(\S+)\s*\*/.*:s,\\\@$$1\\\@,0/*!$$1*/,g;:; \
- ' < $(CONFIG_HEADER) >> inc-subst
+ print if s:^/\*\s*#undef\s+(\S+)\s*\*/.*:s,\\\@$$1\\\@,0/*!$$1*/,g;:;' \
+ < $(CONFIG_HEADER) >> inc-subst
error.h: error.h.in inc-subst
$(PERL) -p inc-subst < $(srcdir)/error.h.in > error.h