diff options
Diffstat (limited to 'graphics/ming/Makefile')
-rw-r--r-- | graphics/ming/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index 9c25c6025c12..3c13b74b0eec 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -24,13 +24,12 @@ USE_GNOME= gnomehack USE_GMAKE= yes USE_BISON= build GNU_CONFIGURE= yes -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+= --includedir=${PREFIX}/include/ming USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -CPPFLAGS= -I. -I.. -I${LOCALBASE}/include -LDFLAGS= -L. -L.. -L${LOCALBASE}/lib +CPPFLAGS+= -I. -I.. -I${LOCALBASE}/include +LDFLAGS+= -L. -L.. -L${LOCALBASE}/lib CFLAGS+= ${CPPFLAGS} DOCS= HISTORY NEWS README TODO |