[SM-Commit] SVK Change 9130 to grimoire.svk
root
scm at mail.sourcemage.org
Fri Jun 2 03:51:50 EDT 2006
Group: defaults
Subject: r9130 - in test: . video-libs/libmpeg3
Author: arwed
Date: Thu May 25 06:11:25 2006
New Revision: 9130
Modified:
test/ (props changed)
test/video-libs/libmpeg3/HISTORY
test/video-libs/libmpeg3/PRE_BUILD
Log:
r9136 at Otherland: arwed | 1970-01-01 01:00:00 +0200
made it work with make 3.80 and 3.81
Modified: test/video-libs/libmpeg3/HISTORY
==============================================================================
--- test/video-libs/libmpeg3/HISTORY (original)
+++ test/video-libs/libmpeg3/HISTORY Thu May 25 06:11:25 2006
@@ -1,3 +1,7 @@
+2006-05-25 Arwed v. Merkatz <v.merkatz at gmx.net>
+ * PRE_BUILD: only apply the previous fix if make is at version 3.81,
+ bug #12071
+
2006-05-06 Arwed v. Merkatz <v.merkatz at gmx.net>
* PRE_BUILD: replace \; by ; in $(shell line in Makefile so it
works with make 3.81
Modified: test/video-libs/libmpeg3/PRE_BUILD
==============================================================================
--- test/video-libs/libmpeg3/PRE_BUILD (original)
+++ test/video-libs/libmpeg3/PRE_BUILD Thu May 25 06:11:25 2006
@@ -2,5 +2,7 @@
cd $SOURCE_DIRECTORY &&
patch -p0 < $SCRIPT_DIRECTORY/Makefile-shared.patch &&
patch -p0 < $SCRIPT_DIRECTORY/libmpeg3-fixes.patch &&
-# fix Makefile to work with make 3.81
-sedit 's/\\;/;/g' Makefile
+if make -v | grep -q 3.81; then
+ # fix Makefile to work with make 3.81
+ sedit 's/\\;/;/g' Makefile
+fi
More information about the SM-Commit
mailing list