diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 04:30:02 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 04:30:02 +0000 |
commit | 55566c43d68fd36d5efc81fcfd812632bc8d29fb (patch) | |
tree | 6fedd4aff31714d3bfe5fbb066db62ffefa448b7 /lang/tclplugin | |
parent | a32b5e0fe75cb9557aa553511a10ba54e8d12ee8 (diff) | |
download | ports-55566c43d68fd36d5efc81fcfd812632bc8d29fb.tar.gz ports-55566c43d68fd36d5efc81fcfd812632bc8d29fb.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.
Notes
Notes:
svn path=/head/; revision=14001
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 |