- Distfile rerolled, minor changes to build infrastructure, including

integrating one of our patches
This commit is contained in:
Pav Lucistnik 2004-08-15 13:43:54 +00:00
parent f3aa8f830c
commit 7ad6ba600f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116256
3 changed files with 2 additions and 13 deletions

View file

@ -15,8 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1//}
MAINTAINER= lioux@FreeBSD.org
COMMENT= A FOX frontend to the Ogle DVD player
BROKEN= Size mismatch
BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.11:${PORTSDIR}/multimedia/ogle
LIB_DEPENDS= FOX-1.2.9:${PORTSDIR}/x11-toolkits/fox-devel
RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle

View file

@ -1,2 +1,2 @@
MD5 (goggles-0.7.4.tar.bz2) = 45caf509b45bf8d9f017f8f8320a94be
SIZE (goggles-0.7.4.tar.bz2) = 704179
MD5 (goggles-0.7.4.tar.bz2) = d0ef875a6559829ba131bfc0d3b2bfdf
SIZE (goggles-0.7.4.tar.bz2) = 704793

View file

@ -30,15 +30,6 @@
# Libraries we need
#----------------------------------------------------------------------------------------------------------------
@@ -45,7 +45,7 @@
fi
if [ $CONFIG_XV -eq 1 ] ; then
- XV_LIBS="-L${XLIB_PREFIX} -lXext -lXv"
+ XV_LIBS="-L${XLIB_PREFIX}/lib -lXext -lXv"
XV_DEFS="-DHAVE_XV"
else
XV_LIBS=""
@@ -85,8 +85,8 @@
export CFLAGS="-Wall -O2 -march=i586 -mcpu=i586"