diff options
Diffstat (limited to 'textproc/gxmlviewer/Makefile')
-rw-r--r-- | textproc/gxmlviewer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile index 3aa506560353..7c6afae66fab 100644 --- a/textproc/gxmlviewer/Makefile +++ b/textproc/gxmlviewer/Makefile @@ -27,7 +27,7 @@ USE_GNOME= gnomelibs bonobo gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" -.if ${ARCH:L} == "amd64" +.if ${MACHINE_ARCH:L} == "amd64" CFLAGS+= -fPIC .endif |