summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Harding2007-04-29 17:08:49 -0700
committerJohn Harding2007-04-29 17:08:49 -0700
commitd27fa2be1031c2dd9e9b5e1968817a202136e4ae (patch)
tree2cef3362662d3013ae4f63bc8a8141986749cd27
parentc33880ec54c52ea8a57cc88ff45b2875a6712203 (diff)
Added disable_pic to BUILD per ruskie's suggestion when it
did not compile here.
-rwxr-xr-xvideo-libs/avifile/BUILD1
-rw-r--r--video-libs/avifile/HISTORY4
2 files changed, 5 insertions, 0 deletions
diff --git a/video-libs/avifile/BUILD b/video-libs/avifile/BUILD
index ab1514289f..8ce36162f2 100755
--- a/video-libs/avifile/BUILD
+++ b/video-libs/avifile/BUILD
@@ -1,3 +1,4 @@
# needed for xvid detection
LDFLAGS="$LDFLAGS -lm" &&
+disable_pic &&
default_build
diff --git a/video-libs/avifile/HISTORY b/video-libs/avifile/HISTORY
index 01187531d6..41229e30b5 100644
--- a/video-libs/avifile/HISTORY
+++ b/video-libs/avifile/HISTORY
@@ -1,3 +1,7 @@
+2007-04-29 John Harding <johnh@kuberaconsulting.com>
+ * BUILD: added disable_pic at ruskie's suggestion
+ when it wouldn't compile here. It worked.
+
2007-04-28 David Kowis <dkowis@shlrm.org>
* DETAILS: version bumped to 0.7.45
* PRE_BUILD: removed patch, as it doesn't apply