diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-09-18 00:37:23 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-09-18 00:37:23 +0000 |
| commit | 891b81ed4b1fe2ea8433febef7b792af4cc8fe8b (patch) | |
| tree | 17ea7616e01e46d366e50e17c062000e049b3cb8 /devel/codemedic/files/patch-aa | |
| parent | Adding notebook version 1.0.1. (diff) | |
Adding codemedic version 1.0.4.
Provides an elegant graphical interface to gdb.
PR: 19083
Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
Notes
Notes:
svn path=/head/; revision=32790
Diffstat (limited to 'devel/codemedic/files/patch-aa')
| -rw-r--r-- | devel/codemedic/files/patch-aa | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/codemedic/files/patch-aa b/devel/codemedic/files/patch-aa new file mode 100644 index 000000000000..18be5d2d2db3 --- /dev/null +++ b/devel/codemedic/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 |
