diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-01-05 18:42:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-01-05 18:42:50 +0000 |
commit | 346ee88cbb21b45ed7638361b97115fc31bfeea1 (patch) | |
tree | 8e4d2d689aa527e2a3bf7b028b05f794a916dad1 /audio | |
parent | Update to 2.01.01a37. For the changes since 2.01.01a36 see: (diff) |
Fix typo, and patch the correct Makefile.
Reported by: Romain Tartiere <romain@blogreen.org>
Notes
Notes:
svn path=/head/; revision=205085
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 0a53d4feac7d..57969e096595 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -86,7 +86,7 @@ post-patch: ${WRKSRC}/src/daemon/default.pa.in .if ${OSVERSION} < 700042 @${REINPLACE_CMD} -e 's|-Wl,-no-undefined||' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/src/Makefile.in .endif post-install: |