patch-tclpkg_tclstubs_Makefile_in 433 B

12345678910111213
  1. $OpenBSD: patch-tclpkg_tclstubs_Makefile_in,v 1.3 2014/02/06 17:32:27 edd Exp $
  2. --- tclpkg/tclstubs/Makefile.in.orig2 Sun Feb 2 23:24:57 2014
  3. +++ tclpkg/tclstubs/Makefile.in Sun Feb 2 23:25:20 2014
  4. @@ -249,7 +249,7 @@ LIBLTDL = @LIBLTDL@
  5. LIBLTDL_LDFLAGS = @LIBLTDL_LDFLAGS@
  6. LIBOBJS = @LIBOBJS@
  7. LIBPOSTFIX = @LIBPOSTFIX@
  8. -LIBS = @TCL_STUB_LIB_SPEC@
  9. +LIBS = $(TCL_STUB_LIB_SPEC)
  10. LIBTOOL = @LIBTOOL@
  11. LIPO = @LIPO@
  12. LN_S = @LN_S@