diff options
-rw-r--r-- | net/xrdp-devel/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile index 76cd0c85af33..bc77718b79b0 100644 --- a/net/xrdp-devel/Makefile +++ b/net/xrdp-devel/Makefile @@ -30,8 +30,10 @@ USE_GITHUB= yes GNU_CONFIGURE= yes GH_ACCOUNT= neutrinolabs -GH_PROJECT= xrdp librfxcodec:librfxcodec libpainter:libpainter -GH_TAGNAME= b04fc6f v0.1.5:librfxcodec v0.1.1:libpainter +GH_PROJECT= xrdp +GH_TAGNAME= b04fc6f +GH_TUPLE= neutrinolabs:librfxcodec:v0.1.5:librfxcodec/librfxcodec \ + neutrinolabs:libpainter:v0.1.1:libpainter/libpainter CONFIGURE_ARGS= --localstatedir=/var --enable-strict-locations \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ @@ -73,11 +75,6 @@ CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" .endif -post-extract: - # librfxcodec is provided as git submodule - @${CP} -r ${WRKSRC_librfxcodec}/ ${WRKSRC}/librfxcodec/ - @${CP} -r ${WRKSRC_libpainter}/ ${WRKSRC}/libpainter/ - pre-configure: @${REINPLACE_CMD} -e "s|0.9.14|${DISTVERSION}-${GH_TAGNAME}|" ${WRKSRC}/configure.ac @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap |