pkgsrc/devel/gcvs/patches/patch-ap
wiz a5ab318dce Update to 1.0:
* gcvs 1.0b2
- callback.[ch], interface.[ch] and support.[ch] will be
  created automaticaly if gcvs.glade is newer
- add debug statement to check what envirment cvs gets
  (activated by -DqCvsDebug=1)
* gcvs 1.0b2
- fixed Bug #507525
- fixed memory leaks while changing enviroment
- updated INSTALL file for using CVSGUI111 branch
- project- and spec-file updated to new beta
* gcvs 1.0b1:
- add forgotton headers to makefiles for building distribution
- update project file and version-strings

Makes the package build with gcc3.
2004-09-08 16:21:53 +00:00

13 lines
401 B
Text

$NetBSD: patch-ap,v 1.1 2004/09/08 16:21:53 wiz Exp $
--- configure.orig 2003-01-14 20:03:13.000000000 +0100
+++ configure
@@ -5564,7 +5564,7 @@ if test $ac_has_tclinc = yes -a $ac_has_
# The variables that we use from tclConfig.sh
TCL_CFLAGS=-I$TCL_INCLUDE_DIR $TCL_CFLAGS
- TCL_LIB_SPEC=$TCL_LIB_SPEC
+ TCL_LIB_SPEC="$TCL_LIB_SPEC $TCL_LIBS"
# TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl"
fi