Fix dependencies. Disable debug.

This commit is contained in:
espie 2001-08-27 05:44:37 +00:00
parent 0cedeef53c
commit 7b7ea701cf
3 changed files with 21 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2001/08/26 12:04:44 espie Exp $
# $OpenBSD: Makefile,v 1.23 2001/08/27 05:44:37 espie Exp $
COMMENT= "X11 toolkit, basic applications"
COMMENT-plugins= "X11 toolkit, netscape plugins"
@ -28,11 +28,11 @@ USE_MOTIF= any
LIB_DEPENDS= kdecore.3.::x11/kde/libs2 \
ldap.2::databases/openldap \
vorbis.::audio/libvorbis \
libcdda_paranoia.::audio/cdparanoia
cdda_paranoia.::audio/cdparanoia
BUILD_DEPENDS= uic::x11/qt2-designer
BUILD_DEPENDS+= zsh:zsh-*:shells/zsh/stable
BUILD_DEPENDS+= ${LOCALBASE}/lame/lame.h::audio/lame
BUILD_DEPENDS+= ${LOCALBASE}/include/lame/lame.h::audio/lame
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2
@ -40,8 +40,8 @@ CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-xdmdir=/var/X11/kdm
#CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --enable-debug
CONFIGURE_ARGS+= --disable-debug
#CONFIGURE_ARGS+= --enable-debug
#CONFIGURE_ARGS+= --without-motif
#CONFIGURE_ARGS+=--enable-static --enable-debug --disable-shared
@ -69,7 +69,7 @@ pre-build:
# Ensure qt2 will always be at the front
MAKE_FLAGS=CXXLD='--tag CXX ${CXX} -L${LOCALBASE}/lib/qt2'
MAKE_FLAGS+=LIBTOOL='$(WRKBUILD)/sh $(WRKBUILD)/libtool'
MAKE_FLAGS+=LAME_LIBS="-L${LAMEDIR} -lmp3lame -lm"
MAKE_FLAGS+=LAMEDIR='${LAMEDIR}'
# GPL
# Note that lame is not a problem, since kdebase is packaged with a

View File

@ -153,9 +153,21 @@ lame_set_lowpasswidth(lame_global_flags *f, int s)
return 0;
}
int
lame_set_highpassfreq(lame_global_flags *f, int s)
{
return 0;
}
int
lame_set_highpasswidth(lame_global_flags *f, int s)
{
return 0;
}
int
lame_set_bWriteVbrTag(lame_global_flags *f, int s)
{
return 0;
}

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-konsole_src_Makefile_in,v 1.4 2001/08/26 12:04:44 espie Exp $
$OpenBSD: patch-konsole_src_Makefile_in,v 1.5 2001/08/27 05:44:37 espie Exp $
--- konsole/src/Makefile.in.orig Mon Aug 6 03:32:12 2001
+++ konsole/src/Makefile.in Sat Aug 25 14:10:15 2001
+++ konsole/src/Makefile.in Sat Aug 25 14:17:21 2001
@@ -1,7 +1,7 @@
# KDE tags expanded automatically by am_edit - $Revision: 1.4 $
# KDE tags expanded automatically by am_edit - $Revision: 1.5 $
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am