FreeBSD Bugzilla – Attachment 151790 Details for
Bug 196840
audio/filter_audio: fix build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
filter_audio-0.1.diff
filter_audio-0.1.diff (text/plain), 985 bytes, created by
Igor Ostapenko
on 2015-01-18 16:27:49 UTC
(
hide
)
Description:
filter_audio-0.1.diff
Filename:
MIME Type:
Creator:
Igor Ostapenko
Created:
2015-01-18 16:27:49 UTC
Size:
985 bytes
patch
obsolete
>Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 0) >+++ files/patch-Makefile (working copy) >@@ -0,0 +1,13 @@ >+--- Makefile.orig 2015-01-18 15:55:38 UTC >++++ Makefile >+@@ -16,8 +16,8 @@ $(TARGET): $(OBJ) >+ $(CC) $(CFLAGS) -fPIC -c -o $@ $< >+ >+ install: all $(HEADER) >+- install -Dm755 $(TARGET) $(DESTDIR)/$(PREFIX)/lib/$(TARGET) >+- install -Dm644 $(HEADER) $(DESTDIR)/$(PREFIX)/include/$(HEADER) >++ install -m755 $(TARGET) $(DESTDIR)/$(PREFIX)/lib/$(TARGET) >++ install -m644 $(HEADER) $(DESTDIR)/$(PREFIX)/include/$(HEADER) >+ >+ clean: >+ rm -f $(TARGET) $(OBJ) > >Property changes on: files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196840
: 151790 |
151814
|
151815