mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c9d8d301e9
confirmed by the lack of submissions for updates by the original creator. Port now depends on the recently-added x11-toolkits/jx and friends ports. MASTER_SITES moved; make port depend on several other ports instead of building things itself, allowing for modularity. PR: 19042 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
27 lines
852 B
Plaintext
27 lines
852 B
Plaintext
--- Makefile.orig Tue May 30 13:04:38 2000
|
|
+++ Makefile Tue May 30 13:09:41 2000
|
|
@@ -264,11 +264,6 @@
|
|
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
|
|
@@ -276,11 +271,6 @@
|
|
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
|