diff options
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 3dc92bf..3f1e9a7 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -30,6 +30,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" +pre-fetch: +.if !defined(BATCH) && !defined(PACKAGE_BUILDING) + ${SH} ${PKGDIR}/INSTALL +.endif + pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |