diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 12:30:02 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 12:30:02 +0800 |
commit | 73a37687e724eedafa5aeb332309b651dd3ade8a (patch) | |
tree | 3505ee2c0c599697fcbb33d61f106e23a8746333 /lang/tclplugin | |
parent | 0cb9ec6a8bb0e7eebcd8eb8bc7eb3fef60d5d227 (diff) | |
download | freebsd-ports-gnome-73a37687e724eedafa5aeb332309b651dd3ade8a.tar.gz freebsd-ports-gnome-73a37687e724eedafa5aeb332309b651dd3ade8a.tar.zst freebsd-ports-gnome-73a37687e724eedafa5aeb332309b651dd3ade8a.zip |
Mark BROKEN for ELF:
cc -O2 -Wall -Wtraditional -Wmissing-prototypes -Wmissing-declarations -Wconversion -ansi -pedantic -I. -I/usr/ports/lang/tclplugin/work/tclplugin2.0/plugin2.0/generic -I/usr/ports/lang/tclplugin/work/tclplugin2.0/tcl8.0/generic -I/usr/ports/lang/tclplugin/work/tclplugin2.0/tk8.0/generic -I/usr/X11R6/include -DHAVE_CONFIG_H -DXP_UNIX -fpic -c /usr/ports/lang/tclplugin/work/tclplugin2.0/plugin2.0/unix/tclAppInit.c
Linking wish with the fat library, if this fails
check SHLIB_LD_LIBS and XTLIB
cc tclAppInit.o -o tclshp2.0 -L/usr/ports/lang/tclplugin/work/tclplugin2.0/plugin2.0/unix -ltclp20 -L/usr/X11R6/lib -lX11 -lm -lc -lXt
/usr/libexec/elf/ld: cannot open -ltclp20: No such file or directory
*** Error code 1
Stop.
Diffstat (limited to 'lang/tclplugin')
-rw-r--r-- | lang/tclplugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tclplugin/Makefile b/lang/tclplugin/Makefile index 930350853972..89b5a43e725b 100644 --- a/lang/tclplugin/Makefile +++ b/lang/tclplugin/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 8 10:46:42 CET 1997 # Whom: andreas # -# $Id: Makefile,v 1.11 1998/02/18 06:45:54 asami Exp $ +# $Id: Makefile,v 1.12 1998/07/03 23:06:51 steve Exp $ # DISTNAME= tclplug20-src @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/plugin/ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= yes + BUILD_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator |