diff options
author | asami <asami@FreeBSD.org> | 1998-11-09 14:51:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-09 14:51:34 +0800 |
commit | b93b5f13a7eac7e61b0baf53f8dd4230ca5adfe8 (patch) | |
tree | ce2905f928ce1b78d84977c14c85fe3e0f805bcf /math | |
parent | 5a3d7803955a2b26c8ef2820ec44775e2c9dd40e (diff) | |
download | freebsd-ports-gnome-b93b5f13a7eac7e61b0baf53f8dd4230ca5adfe8.tar.gz freebsd-ports-gnome-b93b5f13a7eac7e61b0baf53f8dd4230ca5adfe8.tar.zst freebsd-ports-gnome-b93b5f13a7eac7e61b0baf53f8dd4230ca5adfe8.zip |
Mark broken, doesn't build. Is this caused by the gtk11 upgrade?
Satoshi
-------
cc -O -pipe -I/usr/X11R6/include -Wall -L/usr/X11R6/lib -o gnumeric main.o about.o cell.o cellspan.o clipboard.o color.o cursors.o dates.o dialog-cell-format.o dialog-goto-cell.o dialog-insert-cells.o dialog-delete-cells.o dialog-paste-special.o dialog-zoom.o dump.o eval.o expr.o file.o formats.o func.o fn-date.o fn-math.o fn-misc.o fn-sheet.o format.o gnumeric-sheet.o gnumeric-util.o item-bar.o item-cursor.o item-debug.o item-edit.o item-grid.o number-match.o parser.o pattern-selector.o plugin.o plugin-manager.o render-ascii.o sheet.o sheet-autofill.o sheet-object.o sheet-view.o str.o style.o symbol.o utils.o workbook.o xml-io.o -L/usr/X11R6/lib -L/usr/local/lib -lgnomeui -lgdk_imlib -ltiff34 -ljpeg -lgif -lpng -lz -lSM -lICE -lgtk11 -lgdk11 -lgmodule11 -lXext -lX11 -lm -lgnome -lgnomesupport -lglib11 -lxml ../intl/libintl.a -L/usr/local/lib -L/usr/X11R6/lib -lxpg4
clipboard.o: Undefined symbol `_gtk_selection_add_handler' referenced from text segment
*** Error code 1
Stop.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index a3194b823dcb..4c8789f2b6eb 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -3,7 +3,7 @@ # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/26 11:58:07 vanilla Exp $ # DISTNAME= gnumeric-0.3 @@ -16,6 +16,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml LIB_DEPENDS+= gnome.0:${PORTSDIR}/x11/gnomelibs +BROKEN= build + USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index a3194b823dcb..4c8789f2b6eb 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -3,7 +3,7 @@ # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/26 11:58:07 vanilla Exp $ # DISTNAME= gnumeric-0.3 @@ -16,6 +16,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml LIB_DEPENDS+= gnome.0:${PORTSDIR}/x11/gnomelibs +BROKEN= build + USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ |