diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-15 19:34:32 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-15 19:34:32 +0800 |
commit | f844cd6c1d762fc0e31d5d351616c6e7ae2bb611 (patch) | |
tree | fc6551adf94c5db08167bf369dc09a30d5a08911 /audio | |
parent | 48b8d9f2acd2304a863f17f7d70fcd2334ed3529 (diff) | |
download | freebsd-ports-gnome-f844cd6c1d762fc0e31d5d351616c6e7ae2bb611.tar.gz freebsd-ports-gnome-f844cd6c1d762fc0e31d5d351616c6e7ae2bb611.tar.zst freebsd-ports-gnome-f844cd6c1d762fc0e31d5d351616c6e7ae2bb611.zip |
Patch configure to use -pthread instead of -lpthread.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmikmod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 9103cc9d8c9b..53017c908dcb 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -20,6 +20,9 @@ USE_GMAKE= yes MAN1= libmikmod-config.1 +pre-patch: + @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure + pre-build: ${RM} -rf ${WRKSRC}/docs/mikmod.info-* |