aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mjpegtools/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-02-26 07:51:19 +0800
committerpav <pav@FreeBSD.org>2005-02-26 07:51:19 +0800
commit78600a062c71f1deeb3ffe332d6d7e03b0551355 (patch)
tree932acf15d29f59fadebeaf31ba04c40ce3125525 /multimedia/mjpegtools/files
parentcd21af4fe9989685f6b3e2533df722033cd27a6f (diff)
downloadfreebsd-ports-gnome-78600a062c71f1deeb3ffe332d6d7e03b0551355.tar.gz
freebsd-ports-gnome-78600a062c71f1deeb3ffe332d6d7e03b0551355.tar.zst
freebsd-ports-gnome-78600a062c71f1deeb3ffe332d6d7e03b0551355.zip
- Fix build on amd64 [1]
- Switch to bash 3 PR: ports/73746 [1] Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Approved by: maintainer timeout (4 months)
Diffstat (limited to 'multimedia/mjpegtools/files')
-rw-r--r--multimedia/mjpegtools/files/patch-utils-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mjpegtools/files/patch-utils-Makefile.in b/multimedia/mjpegtools/files/patch-utils-Makefile.in
new file mode 100644
index 000000000000..d2f073c05d13
--- /dev/null
+++ b/multimedia/mjpegtools/files/patch-utils-Makefile.in
@@ -0,0 +1,11 @@
+--- utils/Makefile.in.orig Tue Nov 9 22:37:34 2004
++++ utils/Makefile.in Tue Nov 9 22:37:44 2004
+@@ -56,7 +56,7 @@
+ CCAS = @CCAS@
+ CCASFLAGS = @CCASFLAGS@
+ CCDEPMODE = @CCDEPMODE@
+-CFLAGS = @CFLAGS@
++CFLAGS = @CFLAGS@ -fPIC
+ CPP = @CPP@
+ CPPFLAGS = @CPPFLAGS@
+ CXX = @CXX@