diff options
Diffstat (limited to 'polish/ekg2/Makefile')
-rw-r--r-- | polish/ekg2/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 505f4548ee63..93951de3ee5d 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -44,12 +44,9 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes -.include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |