diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 04:06:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 04:06:08 +0000 |
commit | d18cdcd7e58a76770f53d25e3986ed1bfd2b93e0 (patch) | |
tree | 3f442c630a5fe7e88a49856fbbb1ebacfdb0eb85 /x11-toolkits/libj2dplot/files | |
parent | 029a4adcbd514263dfb905b3ee2118b2bace8230 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libj2dplot/files')
-rw-r--r-- | x11-toolkits/libj2dplot/files/patch-aa | 28 | ||||
-rw-r--r-- | x11-toolkits/libj2dplot/files/patch-ab | 11 | ||||
-rw-r--r-- | x11-toolkits/libj2dplot/files/patch-ac | 11 |
3 files changed, 50 insertions, 0 deletions
diff --git a/x11-toolkits/libj2dplot/files/patch-aa b/x11-toolkits/libj2dplot/files/patch-aa new file mode 100644 index 000000000000..18be5d2d2db3 --- /dev/null +++ b/x11-toolkits/libj2dplot/files/patch-aa @@ -0,0 +1,28 @@ +--- 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 config-freebsd.h \ +- ACE/ACE_wrappers/ace/config.h +- @ln -s platform_freebsd.GNU \ +- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU +- @${INSTALL_CMD} + + .PHONY : freebsd3.x + freebsd3.x: prep + @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 config-freebsd-pthread.h \ +- ACE/ACE_wrappers/ace/config.h +- @ln -s platform_freebsd_pthread.GNU \ +- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU +- @${INSTALL_CMD} + + # + # SunOS 4.x diff --git a/x11-toolkits/libj2dplot/files/patch-ab b/x11-toolkits/libj2dplot/files/patch-ab new file mode 100644 index 000000000000..08f994d2573c --- /dev/null +++ b/x11-toolkits/libj2dplot/files/patch-ab @@ -0,0 +1,11 @@ +--- include/make/sys/FreeBSD-2.x_g++.orig Wed Jun 14 01:44:51 2000 ++++ include/make/sys/FreeBSD-2.x_g++ Wed Jun 14 01:45:00 2000 +@@ -35,7 +35,7 @@ + # Comment this out if ACE or other code gives you warnings that + # you can't avoid. + +-J_DIE_ON_WARNING := -Werror ++#J_DIE_ON_WARNING := -Werror + + # Uncomment this if istrstream is broken. One way to check is to run + # testjcore/testJFileArray. diff --git a/x11-toolkits/libj2dplot/files/patch-ac b/x11-toolkits/libj2dplot/files/patch-ac new file mode 100644 index 000000000000..464c4221d3af --- /dev/null +++ b/x11-toolkits/libj2dplot/files/patch-ac @@ -0,0 +1,11 @@ +--- include/make/sys/FreeBSD-3.x_g++.orig Wed Jun 14 01:44:51 2000 ++++ include/make/sys/FreeBSD-3.x_g++ Wed Jun 14 01:45:00 2000 +@@ -35,7 +35,7 @@ + # Comment this out if ACE or other code gives you warnings that + # you can't avoid. + +-J_DIE_ON_WARNING := -Werror ++#J_DIE_ON_WARNING := -Werror + + # Uncomment this if istrstream is broken. One way to check is to run + # testjcore/testJFileArray. |