summaryrefslogtreecommitdiff
path: root/devel/adabroker/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/adabroker/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/adabroker/files/patch-ad b/devel/adabroker/files/patch-ad
new file mode 100644
index 000000000000..a878d1d8374d
--- /dev/null
+++ b/devel/adabroker/files/patch-ad
@@ -0,0 +1,11 @@
+--- 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.