forked from ports/contrib
libfame: libfame.m4 fix
This commit is contained in:
parent
bebf4dd1ee
commit
e5cb15628f
@ -1 +1,2 @@
|
|||||||
|
af9a3ce19e852874fd602c9c451d3160 libfame-0.9.1-m4.patch
|
||||||
880085761e17a3b4fc41f4f6f198fd3b libfame-0.9.1.tar.gz
|
880085761e17a3b4fc41f4f6f198fd3b libfame-0.9.1.tar.gz
|
||||||
|
@ -7,10 +7,12 @@
|
|||||||
name=libfame
|
name=libfame
|
||||||
version=0.9.1
|
version=0.9.1
|
||||||
release=1
|
release=1
|
||||||
source=(http://dl.sourceforge.net/sourceforge/fame/libfame-$version.tar.gz)
|
source=(http://dl.sourceforge.net/sourceforge/fame/libfame-$version.tar.gz
|
||||||
|
$name-$version-m4.patch)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd libfame-$version
|
cd libfame-$version
|
||||||
|
patch -p 1 -i $SRC/$name-$version-m4.patch
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
12
libfame/libfame-0.9.1-m4.patch
Normal file
12
libfame/libfame-0.9.1-m4.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -pruN libfame-0.9.1.orig/libfame.m4.in libfame-0.9.1/libfame.m4.in
|
||||||
|
--- libfame-0.9.1.orig/libfame.m4.in 2008-08-02 07:09:07.481140560 +1000
|
||||||
|
+++ libfame-0.9.1/libfame.m4.in 2008-08-02 07:09:44.744144371 +1000
|
||||||
|
@@ -3,7 +3,7 @@ dnl Test for libfame, and define LIBFAME
|
||||||
|
dnl Vivien Chappelier 12/11/00
|
||||||
|
dnl stolen from ORBit autoconf
|
||||||
|
dnl
|
||||||
|
-AC_DEFUN(AM_PATH_LIBFAME,
|
||||||
|
+AC_DEFUN([AM_PATH_LIBFAME],
|
||||||
|
[dnl
|
||||||
|
dnl Get the cflags and libraries from the libfame-config script
|
||||||
|
dnl
|
Loading…
x
Reference in New Issue
Block a user