diff options
author | asami <asami@FreeBSD.org> | 1998-11-25 08:42:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-25 08:42:11 +0800 |
commit | 3fc6c29e3ef5b7ca191792b1b0018aebc8abbe14 (patch) | |
tree | 49f95f985105fb2739a4e8d64e6abaaff86b199c | |
parent | ba317e05d15dfab6769ab642b08140d2847cb7c5 (diff) | |
download | freebsd-ports-gnome-3fc6c29e3ef5b7ca191792b1b0018aebc8abbe14.tar.gz freebsd-ports-gnome-3fc6c29e3ef5b7ca191792b1b0018aebc8abbe14.tar.zst freebsd-ports-gnome-3fc6c29e3ef5b7ca191792b1b0018aebc8abbe14.zip |
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.
-rw-r--r-- | devel/ORBit/Makefile | 4 | ||||
-rw-r--r-- | devel/ORBit2/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index daaf2b6fe62b..b2a6c26bbdde 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/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 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 |