diff options
Diffstat (limited to 'japanese/gd1/Makefile')
-rw-r--r-- | japanese/gd1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile index d3cbb78ccee1..3625985f5bb7 100644 --- a/japanese/gd1/Makefile +++ b/japanese/gd1/Makefile @@ -20,11 +20,11 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b USE_LIBTOOL= yes +CFLAGS+= -DJISX0208 CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \ --libdir=${PREFIX}/lib - -CFLAGS= -DJISX0208 +INSTALLS_SHLIB= yes pre-install: ${MKDIR} ${PREFIX}/include/gd |