diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 18:48:52 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 18:48:52 +0000 |
commit | e427e931232ce19c23a5f01be54adff32fb2f8b1 (patch) | |
tree | 00bd33d34d8912039d7938f34d0e2db85f74c844 /mail/exim-old/Makefile | |
parent | Mark BROKEN for ELF: (diff) |
Mark BROKEN for ELF:
gcc -o eximon.bin -L/usr/X11R6/lib dummies.o os.o spool_in.o store.o string.o tree.o em_StripChart.o em_TextPop.o em_globals.o em_init.o em_log.o em_main.o em_menu.o em_queue.o em_strip.o em_text.o em_xs.o em_version.o -lXaw -lXmu -lXt -lXext -lX11 pcre/libpcre.a -lc
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
Notes
Notes:
svn path=/head/; revision=13913
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 60e381585cfb..cd5090d9de32 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -3,7 +3,7 @@ # Date created: 23 June 1996 # Whom: axl@iafrica.com # -# $Id: Makefile,v 1.15 1998/10/08 14:31:03 markm Exp $ +# $Id: Makefile,v 1.16 1998/10/10 04:12:51 steve Exp $ # DISTNAME= exim-2.05 @@ -15,6 +15,8 @@ MAINTAINER= axl@iafrica.com USE_PERL5= YES +BROKEN_ELF= yes + do-configure: ${MKDIR} ${WRKSRC}/Local if [ ! -d ${X11BASE} ] ; then \ |