Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15653
Added Files: blt-parabuild.patch Log Message: use FreeBSD blt-parabuild.patch --- NEW FILE: blt-parabuild.patch --- --- blt2.4z/src/Makefile.in.orig 2013-08-21 09:27:49.000000000 -0400 +++ blt2.4z/src/Makefile.in 2013-08-21 09:29:21.000000000 -0400 @@ -181,9 +181,9 @@ $(tcl_only_lib_a): $(TCL_ONLY_OBJS) $(srcdir)/bltInit.c $(CC) -c $(CC_SWITCHES) -DTCL_ONLY -DBLT_LIBRARY=\"$(BLT_LIBRARY)\" \ - $(srcdir)/bltInit.c + $(srcdir)/bltInit.c -o bltInitTclOnly.o $(RM) $@ - $(AR) $@ $(TCL_ONLY_OBJS) bltInit.o + $(AR) $@ $(TCL_ONLY_OBJS) bltInitTclOnly.o $(RANLIB) $@ install: mkdirs install-lib install-demo install-headers @@ -224,7 +224,7 @@ $(XREF) $(XREFFLAGS) $(DEFINES) $(INCLUDES) $(SRCS) clean: - $(RM) $(OBJS) bltInit.o $(lib_a) $(tcl_only_lib_a) \ + $(RM) $(OBJS) bltInit.o bltInitTclOnly.o $(lib_a) $(tcl_only_lib_a) \ $(bltsh)* $(bltwish)* *pure* .pure* (cd shared; $(MAKE) clean) --- blt2.4z/src/shared/Makefile.in.orig 2013-08-21 09:29:33.000000000 -0400 +++ blt2.4z/src/shared/Makefile.in 2013-08-21 09:31:00.000000000 -0400 @@ -149,9 +149,9 @@ $(tcl_only_lib_so): $(TCL_ONLY_OBJS) $(CC) -c $(CC_SWITCHES) -DTCL_ONLY -DBLT_LIBRARY=\"$(scriptdir)\" \ - $(srcdir)/bltInit.c + $(srcdir)/bltInit.c -o bltInitTclOnly.o $(RM) $@ - $(SHLIB_LD) $(SHLIB_LD_FLAGS) -o $@ -install_name $(libdir)/$@ -compatibility_version 2.0 -current_version 2.4 bltInit.o $(TCL_ONLY_OBJS) \ + $(SHLIB_LD) $(SHLIB_LD_FLAGS) -o $@ -install_name $(libdir)/$@ -compatibility_version 2.0 -current_version 2.4 bltInitTclOnly.o $(TCL_ONLY_OBJS) \ $(SHLIB_TCL_ONLY_LIB_SPECS) $(TCL_ONLY_LIB_SPECS) install: mkdirs install-lib install-demo @@ -175,7 +175,7 @@ done clean: $(RM) $(OBJS) $(lib_so) $(tcl_only_lib_so) $(bltwish) $(bltsh) \ - *pure* .pure* bltInit.o + *pure* .pure* bltInit.o bltInitTclOnly.o distclean: clean $(RM) Makefile $(srcdir)/*.bak $(srcdir)/*\~ $(srcdir)/"#"* ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs