changeset 4212:df658d20fd3b

* transfig.mk: Always include -liconv in config options.
author John W. Eaton <jwe@octave.org>
date Sat, 10 Sep 2016 06:13:26 -0400
parents 18f214e37537
children cf9bb8eeaf1c
files src/transfig.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/transfig.mk	Fri Sep 09 17:53:17 2016 -0400
+++ b/src/transfig.mk	Sat Sep 10 06:13:26 2016 -0400
@@ -10,10 +10,10 @@
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/mcj/$($(PKG)_FILE)
 $(PKG)_DEPS     := jpeg libpng
 
-$(PKG)_CONFIG_OPTS := 
+$(PKG)_CONFIG_OPTS := LIBS=-liconv
 
 ifeq ($(MXE_WINDOWS_BUILD),yes)
-  $(PKG)_CONFIG_OPTS += --without-xpm LIBS=-liconv \
+  $(PKG)_CONFIG_OPTS += --without-xpm \
       BITMAPDIR="/share/fig2dev/bitmaps" \
       RGB_FILE="/share/fig2dev/rgb.txt"
 endif