diff options
author | marcus <marcus@FreeBSD.org> | 2008-01-06 02:42:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-01-06 02:42:50 +0800 |
commit | 74fa1d59c0a3027c933187d301d7fbeb1e3a516c (patch) | |
tree | d3a0ae9df8320bb5a9543d2c9d461a61e7e63250 /audio | |
parent | 0f4d836c17c327b1dc12239032ad382ba6b9d2ed (diff) | |
download | freebsd-ports-gnome-74fa1d59c0a3027c933187d301d7fbeb1e3a516c.tar.gz freebsd-ports-gnome-74fa1d59c0a3027c933187d301d7fbeb1e3a516c.tar.zst freebsd-ports-gnome-74fa1d59c0a3027c933187d301d7fbeb1e3a516c.zip |
Fix typo, and patch the correct Makefile.
Reported by: Romain Tartiere <romain@blogreen.org>
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: |