mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
88b5ffb94a
AdaBroker is a full Ada CORBA implementation, released under the GPL (with a special exception on runtime files allowing them to be included in non-GPL applications). PR: ports/18059 Submitted by: Samuel Tardieu <sam@trillian.enst.fr>
12 lines
406 B
Plaintext
12 lines
406 B
Plaintext
--- examples/Makefile.common.orig Wed Aug 2 16:43:46 2000
|
|
+++ examples/Makefile.common Wed Aug 2 16:43:56 2000
|
|
@@ -10,7 +10,7 @@
|
|
-I$(EXAMPLES_ROOT)/../cos/naming \
|
|
-I$(EXAMPLES_ROOT)/../idls/cos/naming $(ADASOCKETS_INCLUDE) \
|
|
-g -O2 -m -gnata \
|
|
- $(EXAMPLE_GNATMAKE_FLAGS)
|
|
+ $(EXAMPLE_GNATMAKE_FLAGS) \
|
|
-largs $(ADASOCKETS_LIBS)
|
|
|
|
# Due to a bug in Automake 1.4, this line must not be splitted.
|