diff options
author | Steve Price <steve@FreeBSD.org> | 2000-09-17 21:29:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-09-17 21:29:14 +0000 |
commit | 2f8bc8eeb52ec21f538a639327a0a25d0a33a166 (patch) | |
tree | 0efd45982b00049bb5b84108746ad5d5c7115d6f /devel/codecrusader/files/patch-af | |
parent | Major overhaul of this port so that we cleanly build the other ports (diff) |
Fix these ports so that among other things they look for the jx header
files in the correct place.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=32782
Diffstat (limited to '')
-rw-r--r-- | devel/codecrusader/files/patch-af | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/devel/codecrusader/files/patch-af b/devel/codecrusader/files/patch-af index 2ea5a415eb43..18be5d2d2db3 100644 --- a/devel/codecrusader/files/patch-af +++ b/devel/codecrusader/files/patch-af @@ -1,9 +1,11 @@ ---- Makefile.orig Tue May 30 13:04:38 2000 -+++ Makefile Tue May 30 13:09:41 2000 -@@ -264,11 +264,6 @@ +--- Makefile.orig Sat Sep 11 17:44:38 1999 ++++ Makefile Wed Jun 14 01:07:15 2000 +@@ -262,25 +262,11 @@ + freebsd2.x: prep + @ln -s sys/FreeBSD-2.x_g++ \ include/make/jx_config - @ln -s ../../include/missing_proto/jMissingProto_empty.h \ - include/jcore/jMissingProto.h +- @ln -s ../../include/missing_proto/jMissingProto_empty.h \ +- include/jcore/jMissingProto.h - @ln -s config-freebsd.h \ - ACE/ACE_wrappers/ace/config.h - @ln -s platform_freebsd.GNU \ @@ -12,10 +14,10 @@ .PHONY : freebsd3.x freebsd3.x: prep -@@ -276,11 +271,6 @@ + @ln -s sys/FreeBSD-3.x_g++ \ include/make/jx_config - @ln -s ../../include/missing_proto/jMissingProto_empty.h \ - include/jcore/jMissingProto.h +- @ln -s ../../include/missing_proto/jMissingProto_empty.h \ +- include/jcore/jMissingProto.h - @ln -s config-freebsd-pthread.h \ - ACE/ACE_wrappers/ace/config.h - @ln -s platform_freebsd_pthread.GNU \ |