aboutsummaryrefslogtreecommitdiffstats
path: root/science/vis5d+
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-19 20:52:55 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-19 20:52:55 +0800
commit5848fcd1e2ce8fbc3895457a922c56cddd5f5230 (patch)
tree25989a242d84219e2b2a73e5a989f5586e9b21a2 /science/vis5d+
parent56324bbee25fd16fbbd12f240f7be418f3dd6b88 (diff)
downloadfreebsd-ports-gnome-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.tar.gz
freebsd-ports-gnome-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.tar.zst
freebsd-ports-gnome-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.zip
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'science/vis5d+')
-rw-r--r--science/vis5d+/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile
index 5a1ac49ba927..b8998d061fc4 100644
--- a/science/vis5d+/Makefile
+++ b/science/vis5d+/Makefile
@@ -29,7 +29,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= \
CPPFLAGS="${CXXFLAGS} ${PTHREAD_FLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lgiconv -lintl -L${X11BASE}/lib"
+ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv -lintl -L${X11BASE}/lib"
CONFIGURE_ARGS= --enable-gtk --enable-threads --with-mesa --with-netcdf \
--with-mixkit=${LOCALBASE}/lib/libmix.a --with-x
INSTALLS_SHLIB= yes