diff options
Diffstat (limited to 'benchmarks/gtkperf/Makefile')
-rw-r--r-- | benchmarks/gtkperf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/gtkperf/Makefile b/benchmarks/gtkperf/Makefile index dad2fa93c264..368d5b9d4d51 100644 --- a/benchmarks/gtkperf/Makefile +++ b/benchmarks/gtkperf/Makefile @@ -21,8 +21,7 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 gnomeprefix .if !defined(WITHOUT_NLS) -USES+= gettext -USE_ICONV= yes +USES+= gettext iconv CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --enable-nls |