root/trunk/fink/main/finkinfo/macathena-libhesiod.patch
Revision 80, 2.8 kB (checked in by broder, 17 years ago) |
---|
-
Makefile.in
old new 22 22 LIBS=@LIBS@ 23 23 ALL_CFLAGS=-I. -DSYSCONFDIR=\"${sysconfdir}\" ${CPPFLAGS} ${CFLAGS} 24 24 OBJS=hesiod.lo hesmailhost.lo hespwnam.lo hesservbyname.lo hescompat.lo 25 LIBTOOLFLAGS=$(foreach flag,$(LDFLAGS),-Xlinker $(flag)) 25 26 26 27 .SUFFIXES: .lo 27 28 … … 29 30 30 31 libhesiod.la: ${OBJS} 31 32 ${LIBTOOL} --mode=link ${CC} -rpath ${libdir} -version-info 0:0:0 \ 32 -o $@ ${OBJS} ${LIBS}33 ${LIBTOOLFLAGS} -o $@ ${OBJS} ${LIBS} 33 34 34 35 hestest: hestest.lo libhesiod.la 35 36 ${LIBTOOL} --mode=link ${CC} -o $@ hestest.lo libhesiod.la -
copyright
old new 1 The Hesiod source code was obtained from 2 ftp://athena-dist.mit.edu/pub/ATHENA/hesiod, and is licensed as follows: 3 4 Copyright (c) 1996 by Internet Software Consortium. 5 6 Permission to use, copy, modify, and distribute this software for any 7 purpose with or without fee is hereby granted, provided that the above 8 copyright notice and this permission notice appear in all copies. 9 10 THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS 11 ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 12 OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE 13 CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 14 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 15 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 16 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 17 SOFTWARE. 18 19 Copyright 1996, 2000 by the Massachusetts Institute of Technology. 20 21 Permission to use, copy, modify, and distribute this 22 software and its documentation for any purpose and without 23 fee is hereby granted, provided that the above copyright 24 notice appear in all copies and that both that copyright 25 notice and this permission notice appear in supporting 26 documentation, and that the name of M.I.T. not be used in 27 advertising or publicity pertaining to distribution of the 28 software without specific, written prior permission. 29 M.I.T. makes no representations about the suitability of 30 this software for any purpose. It is provided "as is" 31 without express or implied warranty. 32 33 This fink package was created as part of the MacAthena Project 34 <http://macathena.mit.edu/> of the MIT Student Information Processing 35 Board, and is released to the public domain.
Note: See TracBrowser for help on using the browser.