diff options
Diffstat (limited to 'x11-toolkits/libjsearch/files/patch-aa')
-rw-r--r-- | x11-toolkits/libjsearch/files/patch-aa | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/x11-toolkits/libjsearch/files/patch-aa b/x11-toolkits/libjsearch/files/patch-aa index 2ea5a415eb43..18be5d2d2db3 100644 --- a/x11-toolkits/libjsearch/files/patch-aa +++ b/x11-toolkits/libjsearch/files/patch-aa @@ -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 \ |