diff options
-rw-r--r-- | print/ghostscript-afpl/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript6/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index cb7eb45402c6..dee529fba2bb 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -29,6 +29,7 @@ EXTRACT_ONLY= ${GS_SOURCES} WRKSRC= ${WRKDIR}/gs${GS_VERSION} USE_GMAKE= yes MAKEFILE= src/unix-gcc.mak +CFLAGS+= -I${PREFIX}/include # Note: the order that the manpages are listed here matters because # some of them are symbolic links MAN1= gs.1 dvipdf.1 font2c.1 eps2eps.1 gsbj.1 gsdj.1 gsdj500.1 \ diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index cb7eb45402c6..dee529fba2bb 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -29,6 +29,7 @@ EXTRACT_ONLY= ${GS_SOURCES} WRKSRC= ${WRKDIR}/gs${GS_VERSION} USE_GMAKE= yes MAKEFILE= src/unix-gcc.mak +CFLAGS+= -I${PREFIX}/include # Note: the order that the manpages are listed here matters because # some of them are symbolic links MAN1= gs.1 dvipdf.1 font2c.1 eps2eps.1 gsbj.1 gsdj.1 gsdj500.1 \ diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index cb7eb45402c6..dee529fba2bb 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -29,6 +29,7 @@ EXTRACT_ONLY= ${GS_SOURCES} WRKSRC= ${WRKDIR}/gs${GS_VERSION} USE_GMAKE= yes MAKEFILE= src/unix-gcc.mak +CFLAGS+= -I${PREFIX}/include # Note: the order that the manpages are listed here matters because # some of them are symbolic links MAN1= gs.1 dvipdf.1 font2c.1 eps2eps.1 gsbj.1 gsdj.1 gsdj500.1 \ diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index cb7eb45402c6..dee529fba2bb 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -29,6 +29,7 @@ EXTRACT_ONLY= ${GS_SOURCES} WRKSRC= ${WRKDIR}/gs${GS_VERSION} USE_GMAKE= yes MAKEFILE= src/unix-gcc.mak +CFLAGS+= -I${PREFIX}/include # Note: the order that the manpages are listed here matters because # some of them are symbolic links MAN1= gs.1 dvipdf.1 font2c.1 eps2eps.1 gsbj.1 gsdj.1 gsdj500.1 \ |