aboutsummaryrefslogtreecommitdiff
path: root/multimedia/handbrake/files/patch-libhb_Jamfile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-07-02 15:47:55 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-07-02 15:47:55 +0000
commitef7e1363be50a48d5b9fe22cc5635f563479f06b (patch)
treebe95f39ddf0229195fcbb6dca63253aeb4b19407 /multimedia/handbrake/files/patch-libhb_Jamfile
parenteb1077b6e8f0f6f1b41f586e158becd8225ce650 (diff)
Notes
Diffstat (limited to 'multimedia/handbrake/files/patch-libhb_Jamfile')
-rw-r--r--multimedia/handbrake/files/patch-libhb_Jamfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/handbrake/files/patch-libhb_Jamfile b/multimedia/handbrake/files/patch-libhb_Jamfile
new file mode 100644
index 000000000000..c195ecfdee34
--- /dev/null
+++ b/multimedia/handbrake/files/patch-libhb_Jamfile
@@ -0,0 +1,9 @@
+--- libhb/Jamfile.orig Sun Jun 25 23:12:27 2006
++++ libhb/Jamfile Sun Jun 25 23:13:58 2006
+@@ -14,5 +14,5 @@
+
+ Library libhb : $(LIBHB_SRC) ;
+
+-ObjectCcFlags $(LIBHB_SRC) : -I$(TOP)/contrib/include ;
++ObjectHdrs $(LIBHB_SRC) : %%LOCALBASE%%/include ;
+ ObjectDefines $(LIBHB_SRC) : __LIBHB__ ;