summaryrefslogtreecommitdiff
path: root/devel/ORBit2
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-25 00:42:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-25 00:42:11 +0000
commit2f6559eaa9f607f39b2c6604722ecfbfd80aae0f (patch)
tree657eea1ec68d202778e12f48d768953fad472aa9 /devel/ORBit2
parentMark this broken: (diff)
Mark this broken.
=== : cc -DPACKAGE=\"libIDL\" -DVERSION=\"0.5.0\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_PROGRAM=\"cc\ -E\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1 -I. -I. -DYYDEBUG=1 -DIDL_LIBRARY -I/usr/local/include/glib -O -pipe -c tstidl.c /bin/sh ./libtool --mode=link cc -O -pipe -o tstidl tstidl.o libIDL.la -L/usr/local/lib -lglib11 LD_LIBRARY_PATH=".libs:$LD_LIBRARY_PATH" cc -O -pipe -o .libs/tstidl tstidl.o -R/usr/local/lib -lIDL -L/usr/local/lib -lglib11 -L/usr/local/lib -lglib11 tstidl.o: Undefined symbol `_IDL_check_type_cast' referenced from text segment tstidl.o: Undefined symbol `_IDL_check_type_cast' referenced from text segment tstidl.o: Undefined symbol `___IDL_check_type_casts' referenced from text segment tstidl.o: Undefined symbol `___IDL_debug' referenced from text segment tstidl.o: Undefined symbol `_IDL_parse_filename' referenced from text segment tstidl.o: Undefined symbol `_IDL_tree_walk_in_order' referenced from text segment tstidl.o: Undefined symbol `_IDL_ns_free' referenced from text segment tstidl.o: Undefined symbol `_IDL_tree_free' referenced from text segment gmake[2]: *** [tstidl] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.3.0/libIDL' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/ORBit/work/ORBit-0.3.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop.
Notes
Notes: svn path=/head/; revision=14884
Diffstat (limited to 'devel/ORBit2')
-rw-r--r--devel/ORBit2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index daaf2b6fe62b..b2a6c26bbdde 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -3,7 +3,7 @@
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
-# $Id: Makefile,v 1.4 1998/09/22 23:31:11 asami Exp $
+# $Id: Makefile,v 1.5 1998/09/23 16:09:04 vanilla Exp $
#
DISTNAME= ORBit-0.3.0
@@ -14,6 +14,8 @@ MAINTAINER= clkao@CirX.ORG
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
+BROKEN= build
+
GNU_CONFIGURE= yes
USE_GMAKE= yes