View | Details | Raw Unified | Return to bug 47321
Collapse All | Expand All

(-)audio/gnump3d/Makefile (-1 / +3 lines)
Lines 20-26 Link Here
20
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_AUTOCONF_VER=	253
22
USE_AUTOCONF_VER=	253
23
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
23
USE_LIBTOOL=	yes
24
LIBTOOLFLAGS=	# none
25
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ENV=	CONFIG_SHELL="${SH}" \
26
CONFIGURE_ENV=	CONFIG_SHELL="${SH}" \
25
		CPPFLAGS="-I${LOCALBASE}/include" \
27
		CPPFLAGS="-I${LOCALBASE}/include" \
26
		LDFLAGS="-L${LOCALBASE}/lib"
28
		LDFLAGS="-L${LOCALBASE}/lib"
(-)audio/gnump3d/files/patch-aclocal.m4 (+13 lines)
Line 0 Link Here
1
2
$FreeBSD$
3
4
--- aclocal.m4.orig	Fri Nov 29 04:33:19 2002
5
+++ aclocal.m4	Tue Jan 21 22:48:13 2003
6
@@ -164,6 +164,7 @@
7
 
8
 # This can be used to rebuild libtool when needed
9
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
10
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
11
 
12
 # Always use our own libtool.
13
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)audio/gnump3d/files/patch-config::ltmain.sh (-13 lines)
Lines 1-13 Link Here
1
2
$FreeBSD: ports/audio/gnump3d/files/patch-config::ltmain.sh,v 1.4 2003/01/02 02:10:13 adamw Exp $
3
4
--- config/ltmain.sh.orig	Sun Jul 14 01:53:50 2002
5
+++ config/ltmain.sh	Tue Aug 13 18:00:19 2002
6
@@ -967,6 +967,7 @@
7
 	;;
8
 
9
       -avoid-version)
10
+	build_old_libs=no
11
 	avoid_version=yes
12
 	continue
13
 	;;

Return to bug 47321