- USE_LIBTOOL=Yes and get ride of MODGNU_SHARED_LIBS.

- PKGNAME bump.

ok steven@ naddy@
This commit is contained in:
aanriot 2006-02-03 06:20:11 +00:00
parent 9fd252b027
commit c7dfb912a3
2 changed files with 4 additions and 47 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.43 2006/01/13 23:40:23 espie Exp $
# $OpenBSD: Makefile,v 1.44 2006/02/03 06:20:11 aanriot Exp $
# Uses pthreads
COMMENT= "cross-platform multimedia library"
VERSION= 1.2.9
DISTNAME= SDL-${VERSION}
PKGNAME= ${DISTNAME:L}p0
PKGNAME= ${DISTNAME:L}p1
CATEGORIES= devel
HOMEPAGE= http://www.libsdl.org/
@ -27,13 +27,14 @@ MASTER_SITES0= http://dev.beastie.hu/ \
FLAVORS= sun esd arts aa caca no_x11
FLAVOR?= sun
USE_LIBTOOL= Yes
AUTOCONF_VERSION= 2.59
AUTOMAKE_VERSION= 1.9
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= autoconf
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/test
SHARED_LIBS= SDL 6.0
MODGNU_SHARED_LIBS= SDL '-no-undefined'
CONFIGURE_ENV+= X11BASE="${X11BASE}" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"

View File

@ -1,44 +0,0 @@
$OpenBSD: patch-ltmain_sh,v 1.7 2005/05/11 17:26:15 pvalchev Exp $
--- ltmain.sh.orig Fri Dec 17 16:34:58 2004
+++ ltmain.sh Fri Dec 17 16:35:06 2004
@@ -5859,40 +5859,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = : && exit $EXIT_SUCCESS
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- $echo " $libdir"
- done
- $echo
- $echo "If you ever happen to want to link against installed libraries"
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- $echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- $echo " during execution"
- fi
- if test -n "$runpath_var"; then
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
- $echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- $echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- $echo
- $echo "See any operating system documentation about shared libraries for"
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
- $echo "----------------------------------------------------------------------"
exit $EXIT_SUCCESS
;;