mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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>
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
--- cos/naming/Makefile.am.orig Mon Jul 3 19:08:30 2000
|
|
+++ cos/naming/Makefile.am Wed Aug 2 16:27:32 2000
|
|
@@ -6,9 +6,9 @@
|
|
-I../../src \
|
|
-I$(srcdir)/../../src \
|
|
-I$(COS_DIRS) \
|
|
- -I../../adasockets/src \
|
|
- -I$(srcdir)/../../adasockets/src \
|
|
- -g -O2 -m -gnata
|
|
+ $(ADASOCKETS_INCLUDE) \
|
|
+ -g -O2 -m -gnata \
|
|
+ -largs $(ADASOCKETS_LIBS)
|
|
|
|
PROGS= ab_names test_naming
|
|
|