pkgsrc/editors/TeXmacs/patches/patch-src_makefile.in
wiz e001a51570 Work around TeXmacs build system so it looks for guile in the place
it's supposed to, if it were just using guile-config.
2016-09-16 09:42:25 +00:00

13 lines
350 B
Text

$NetBSD: patch-src_makefile.in,v 1.1 2016/09/16 09:42:25 wiz Exp $
--- src/makefile.in.orig 2016-09-16 09:21:53.122589456 +0000
+++ src/makefile.in
@@ -32,7 +32,7 @@ CPPFLAGS := @CPPFLAGS@
CFLAGS := @CFLAGS@
CXXFLAGS := @CXXDEBUG@ @CXXFLAGS@
LDFLAGS := @LDFLAGS@
-LIBS := @LIBS@
+LIBS := -L${PREFIX}/guile/1.8/lib @LIBS@
AR = ar
ARFLAGS = -r