mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2024ed0f43
PR: ports/7789 Submitted by: Hans Huebner <hans@artcom.de>
23 lines
710 B
Plaintext
23 lines
710 B
Plaintext
*** cyradm/Makefile.in.orig Tue Jun 9 06:30:40 1998
|
|
--- cyradm/Makefile.in Wed Aug 26 11:35:46 1998
|
|
***************
|
|
*** 33,41 ****
|
|
RANLIB = @RANLIB@
|
|
|
|
DEFS = @DEFS@ @TCL_DEFS@
|
|
! CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et @CPPFLAGS@ @TCL_CPPFLAGS@
|
|
! # lazy approach to linking: just do it a lot
|
|
! LIBS = @TCL_LIBS@ @LIBS@ @TCL_LIBS@ @LIBS@
|
|
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@
|
|
|
|
CFLAGS = @CFLAGS@
|
|
--- 33,40 ----
|
|
RANLIB = @RANLIB@
|
|
|
|
DEFS = @DEFS@ @TCL_DEFS@
|
|
! CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../et -I$(prefix)/include/tcl8.0 @CPPFLAGS@
|
|
! LIBS = @LIBS@ -L/usr/local/lib -ltcl80 -lm
|
|
DEPLIBS = ../lib/libcyrus.a @DEPLIBS@
|
|
|
|
CFLAGS = @CFLAGS@
|