changes: -Improvements in the double-buffering system -Implementation of a triple-buffering system for the graphical object -Improvements in the partial redraw system -Start the implementation of document parts and preambles -Simplifications in configure.in and the main makefile -Global folding and unfolding according to type of contents
13 lines
388 B
Text
13 lines
388 B
Text
$NetBSD: patch-ag,v 1.5 2005/07/27 17:32:13 drochner Exp $
|
|
|
|
--- src/makefile.in.orig 2005-07-26 12:13:25.000000000 +0200
|
|
+++ src/makefile.in
|
|
@@ -31,7 +31,7 @@ CXXFREETYPE = @FREETYPE_CFLAGS@
|
|
CXXICONV = @ICONV_CFLAGS@
|
|
CXXGUILE = @GUILE_CFLAGS@
|
|
LD = @CXX@
|
|
-LDFLAGS = @CONFIG_BFLAGS@
|
|
+LDFLAGS = @LDFLAGS@
|
|
LDSTATIC = @CONFIG_BSTATIC@
|
|
LDSHARED = @CONFIG_BSHARED@
|
|
LDPATH = @CONFIG_BPATH@
|