summaryrefslogtreecommitdiff
path: root/devel/adabroker/files/patch-ad
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-15 13:50:07 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-15 13:50:07 +0000
commit5adaaaa27032d82b3eed0de11490a4c1528a8f59 (patch)
tree7f37426dae35763c1c6bbb2411e85c4adca5ff50 /devel/adabroker/files/patch-ad
parentupgrade to 0.15 (diff)
upgrade to 1.0p4
PR: 30793 Submitted by: MAINTAINER
Diffstat (limited to 'devel/adabroker/files/patch-ad')
-rw-r--r--devel/adabroker/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/adabroker/files/patch-ad b/devel/adabroker/files/patch-ad
deleted file mode 100644
index a878d1d8374d..000000000000
--- a/devel/adabroker/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.