aboutsummaryrefslogtreecommitdiffstats
path: root/audio/speex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r--audio/speex/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 66fa57987e6c..f786ce816d7e 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -27,14 +27,11 @@ USE_GNOME= gnomehack
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE}
INSTALLS_SHLIB= yes
MAN1= speexdec.1 speexenc.1
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
-
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|doc win32|win32|g ; \
-0/+1 * - Fix build on 4.xbland2005-11-083-0/+43 * Remove a leftover directory.marcus2005-11-071-0/+1 * Update to 1.9.100.marcus2005-11-057-215/+158 * Correct a dependency, sqlite2 -> sqlite3. Bump the PORTREVISION.mezz2005-06-161-2/+3 * Update to 1.2.2.marcus2005-06-153-15/+12 * - Fix after databases/firebird splitsem2005-05-191-3/+4 * Fix INDEX build if WITH_SQLITE is defined.linimon2005-03-141-1/+1 * Presenting GNOME 2.10 for FreeBSD!marcus2005-03-1215-338/+178 * Split the postgresql ports into a server and a client part.girgen2005-01-311-23/+6 * Clean up SQLite and related ports.nork2004-12-231-1/+2 * Use new INSTALLS_OMF.mezz2004-11-232-2/+1 * Fix WITHOUT_FIREBIRD case.netchild2004-11-081-1/+1 * Fix MySQL backend support build with gcc 3.4bland2004-08-151-0/+30 * Fix build with GCC 3.4.marcus2004-07-176-0/+93 * Update to 1.0.4.marcus2004-04-193-4/+7 * Fix build with firebird support. FreeBSD doesn't have nor does it needmarcus2004-04-071-0/+11 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1 * - Add SIZE to GNOME portspav2004-03-181-0/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Update to 1.0.3.adamw2004-01-174-25/+16 * Udpate to 1.0.2.adamw2004-01-043-3/+15 * USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0 * Chase the libxslt shared lib version with a PORTREVISION bump.marcus2003-11-051-1/+1 * Add missed gthread-2.0 and gmodule-2.0 pkgconfig dependencies.bland2003-11-012-0/+12 * s/pqeasy/pgeasy/marcus2003-10-141-1/+1 * Update to 1.0.1.adamw2003-10-133-3/+3 * Fix reference in .omf file to html documentation. So it can be navigatedbland2003-10-022-0/+12 * Update to 1.0.0.adamw2003-09-254-21/+7 * * Use USE_MYSQL [1]marcus2003-08-302-142/+118 * Depend on openldap20-client as openldap20 no longer exists.marcus2003-08-171-1/+1 * Fix build on -STABLE.marcus2003-08-071-0/+12 * Update to 0.91.0.marcus2003-08-064-20/+19 * Update to 0.90.marcus2003-07-043-3/+17 * * Update to 0.12.1 [1]marcus2003-06-134-28/+193 * Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0 * Remove two stale plist entries.marcus2003-06-031-1/+0 * Update to 0.12.0.marcus2003-06-013-24/+23 * Remove dependency on gbdm. libgda2 does not use it.marcus2003-05-181-3/+3 * Convert to new GNOME infrastructure.marcus2003-04-221-4/+1 * Remove USE_GNOMENG.marcus2003-04-191-1/+0 * Update to 0.11.0.marcus2003-04-043-3/+5 * Clear moonlight beckons.ade2003-03-072-1/+1 * Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-1/+1 * Replace calls to atoll with strtoll which fixes MySQL and PostgreSQL databasemarcus2003-02-182-0/+22 * Update to GNOME 2.2.marcus2003-02-086-25/+94 * Update to 0.9.0.marcus2003-01-203-15/+6 * Remove share/gnome/idl/libgda.marcus2003-01-131-0/+1 * Chase libpq version bump.seanc2003-01-041-1/+2 * chase gdbm lib versionijliao2003-01-031-1/+1 * Update to 0.8.199.marcus2002-10-253-2/+10 * Make this fetchable.marcus2002-09-231-1/+1 * GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1 * Add missing dependency on scrollkeeper.marcus2002-09-191-0/+2 * Update to 0.8.193.marcus2002-09-153-3/+25 * s/-pthread/${PTHREAD_LIBS}/marcus2002-08-151-1/+1 * cvs add a patch missing from the last commit.marcus2002-07-281-0/+11 * * Update to 0.8.192marcus2002-07-274-18/+23 * Use USE_REINPLACE.sobomax2002-07-111-5/+6 * Adding missing dependency on popt.marcus2002-06-201-1/+2 * Fix the Postgres dependency.marcus2002-06-191-1/+1 * Add missing dependency.marcus2002-06-131-1/+2 * Add glade2 and GNOME DB 2 to the tree. These are still beta versions of themarcus2002-06-1211-306/+227 * - Move misc documentation into share/doc where it belongs;sobomax2002-05-026-41/+56 * Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9marcus2002-04-241-0/+1 * Update to 0.2.96.sobomax2002-03-042-2/+4 * Update to 0.2.95.sobomax2002-01-293-2/+50 * Update to 0.2.94.sobomax2002-01-233-3/+41 * Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8 * Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17 * Update checksums because distfiles were rerolled without version bump.sobomax2001-12-014-55/+2 * Add patch which I missed in the previous commit.sobomax2001-11-221-0/+14 * Update checksum - the distfile has been rerolled without version bump. Sincesobomax2001-11-215-23/+12 * Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-4/+14 * Update to 0.2.93.sobomax2001-10-238-119/+97 * Forgot to `cvs add' this file.sobomax2001-08-201-0/+18 * Another checksum update w/o version bump - as it was correctly predicted insobomax2001-08-202-24/+2 * Remove lib*.la files after installation, because presence of this filessobomax2001-08-162-5/+8 * <GNOME release management just sucks>sobomax2001-08-145-78/+33 * Update WWW.sobomax2001-08-141-1/+1 * Update checksum. The distfile has been reroled without version bump.sobomax2001-08-133-1/+57 * Update to 0.2.90.sobomax2001-08-068-153/+76 * - Fix a silly GNUism in the configure script (`==' instead of `='), thatsobomax2001-07-264-41/+73 * Update to 0.2.10ade2001-06-19