* Modified Makefile to respect ${PREFIX} collectly Fix: .if defined(USE_I18N) CONFIGURE_ENV+= X_EXTRA_LIBS="-lxpg4"--lLctEKeGZh7Eu0DX5z69kQrdu9Gmbyy2qfk6nCyo5NknFzzR Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -urN /usr/ports/x11-wm/afterstep-devel/Makefile x11-wm/afterstep-devel/Make file --- /usr/ports/x11-wm/afterstep-devel/Makefile Thu Sep 9 19:17:40 1999 +++ x11-wm/afterstep-devel/Makefile Fri Sep 17 23:48:38 1999 @@ -26,6 +26,10 @@ USE_BZIP2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-png-includes="${LOCALBASE}/include" \ + --with-png-libs="${LOCALBASE}/lib" \ + --with-jpeg-includes="${LOCALBASE}/include" \ + --with-jpeg-libs="${LOCALBASE}/lib"
State Changed From-To: open->closed Committed, thanks!