diff options
Diffstat (limited to 'devel/mico/files/patch-ap')
-rw-r--r-- | devel/mico/files/patch-ap | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/mico/files/patch-ap b/devel/mico/files/patch-ap new file mode 100644 index 000000000000..be39d860d053 --- /dev/null +++ b/devel/mico/files/patch-ap @@ -0,0 +1,11 @@ +--- coss/time/Makefile.orig Mon Sep 27 00:12:40 1999 ++++ coss/time/Makefile Mon Sep 27 00:12:55 1999 +@@ -22,7 +22,7 @@ + + include ../../MakeVars + +-LDLIBS = -lmicocoss$(VERSION) -lmico$(VERSION) $(CONFLIBS) ++LDLIBS = -lmicocoss$(VERSION) -lmico$(VERSION) $(CONFLIBS) -lcompat + LDFLAGS := -L.. -L.. -L../../orb $(LDFLAGS) + CXXFLAGS := -I. -I../../include $(CXXFLAGS) $(EHFLAGS) + IDLFLAGS := -I../../include --poa --no-boa --relative-paths |