diff options
Diffstat (limited to 'editors/TeXmacs-devel/patches/patch-ba')
-rw-r--r-- | editors/TeXmacs-devel/patches/patch-ba | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/TeXmacs-devel/patches/patch-ba b/editors/TeXmacs-devel/patches/patch-ba deleted file mode 100644 index 1a9fd5cdd6b..00000000000 --- a/editors/TeXmacs-devel/patches/patch-ba +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ba,v 1.2 2012/07/24 18:16:31 drochner Exp $ - ---- configure.orig 2012-07-09 14:33:36.000000000 +0000 -+++ configure -@@ -5647,7 +5647,7 @@ $as_echo "yes" >&6; } - - $as_echo "#define USE_ICONV 1" >>confdefs.h - -- ICONV_LDFLAGS="${ICONV_LDFLAGS/-liconv} -liconv" -+ ICONV_LDFLAGS="${ICONV_LDFLAGS} -liconv" - - else - -@@ -6807,7 +6807,7 @@ case "$enable_qt" in - yes) - - if test -z $TMBUILDENV; then #QT has he install dir hard coded in library so we need to fix it manually for relocatable environment -- if test "$QT_LDFLAGS" == ""; then -+ if test "$QT_LDFLAGS" = ""; then - if test -r "/c/Qt"; then - MOC="`which moc`" - qt_bin="`dirname $MOC`" |