diff options
Diffstat (limited to 'science/linsmith')
-rw-r--r-- | science/linsmith/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/linsmith/Makefile b/science/linsmith/Makefile index fb3cbbe91336..b2d9b0f7200e 100644 --- a/science/linsmith/Makefile +++ b/science/linsmith/Makefile @@ -21,11 +21,10 @@ USE_GNOME= libgnomeui libxml2 USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" MAKE_JOBS_SAFE= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${CP} ${FILESDIR}/carg.c ${WRKSRC}/src |