diff options
Diffstat (limited to 'print/ghostscript9/Makefile')
-rw-r--r-- | print/ghostscript9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index 24c3dc71ab1d..2d9204301e85 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -44,7 +44,7 @@ USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -MAKE_ENV= CFLAGS_STANDARD="${CFLAGS} -g" \ +MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ EXTRALIBS="${EXTRALIBS}" \ SOC_LOADER="dxmainc.c" |