diff options
Diffstat (limited to 'biology/protomol/Makefile')
-rw-r--r-- | biology/protomol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index 45c82c0d0492..d32a1516ebd2 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -26,8 +26,8 @@ USE_GCC= 3.4+ # Hack to cure a misbehavior of the configure script CONFIGURE_ARGS+= --without-irix_mipspro_mpi -CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include -CXXFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" |