pkgsrc/editors/TeXmacs/patches/patch-ag
drochner 4c5b3bc5c4 update to 1.0.5.6
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
2005-07-27 17:32:13 +00:00

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@