diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-16 18:37:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-16 18:37:05 +0000 |
commit | 529a050ac1ffa998c4c4e9046c44a946d169936f (patch) | |
tree | 44c9d3e24a586732fa666c0f957cef9466131907 /devel/sdl12/Makefile | |
parent | a449f4d54b55285c8c9e2e2ef3ed2a9a0875ef3e (diff) |
Notes
Diffstat (limited to 'devel/sdl12/Makefile')
-rw-r--r-- | devel/sdl12/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index e851e38ad81b..cc6c1dca977a 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdl -PORTVERSION= 1.2.7 -PORTREVISION= 3 +PORTVERSION= 1.2.8 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ @@ -21,7 +20,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm INSTALLS_SHLIB= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 WANT_GNOME= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ @@ -44,10 +43,8 @@ OPTIONS= NAS "Include support for the Network Audio System" Off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} > 500000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_audio_SDL__mixer__MMX.c \ - ${FILESDIR}/extra-patch-src_cpuinfo_SDL__cpuinfo.c \ - ${FILESDIR}/extra-patch-src_video_SDL__yuv__mmx.c +.if ${OSVERSION} < 500000 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_video_SDL__yuv__mmx.c .endif .if exists(/usr/lib/libvgl.so.3) |