mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
cc -c -I. -I. -I./../utils -I.. -I/usr/X11R6/include -DHAVE_CONFIG_H -O2 -pipe -I/usr/X11R6/include kpasswd.c
kpasswd.c: In function `passwd_valid_p': kpasswd.c:158: warning: passing arg 1 of `des_string_to_key' discards `const' from pointer target type kpasswd.c:158: warning: passing arg 2 of `des_string_to_key' from incompatible pointer type kpasswd.c:161: warning: passing arg 7 of `krb_get_in_tkt' from incompatible pointer type cc -L/usr/X11R6/lib -o xscreensaver demo.o stderr.o subprocs.o timers.o windows.o xscreensaver.o xset.o dialogs-Xm.o lock.o kpasswd.o ../utils/fade.o ../utils/overlay.o ../utils/resources.o ../utils/usleep.o ../utils/visual.o ../utils/xroger.o ../utils/spline.o ../utils/yarandom.o -L/usr/X11R6/lib -lSM -lICE -lXm -lXmu -lXss -lXdpms -lXp -lXt -lX11 -lXext -lkrb -ldes -lnsl -lsocket -lcrypt ld: -lkrb: no match *** Error code 1 Stop.
This commit is contained in:
parent
8d10d75051
commit
d70f789f53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12085
@ -3,7 +3,7 @@
|
||||
# Date created: 10 July 1995
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id: Makefile,v 1.11 1998/06/08 08:58:13 asami Exp $
|
||||
# $Id: Makefile,v 1.12 1998/07/14 01:34:50 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xscreensaver-2.24
|
||||
@ -15,6 +15,8 @@ MAINTAINER= jseger@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
|
||||
BROKEN= libkrb
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X11= yes
|
||||
MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bubbles.1 \
|
||||
|
Loading…
Reference in New Issue
Block a user