diff options
author | dillo <dillo@pkgsrc.org> | 2005-06-02 16:00:56 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-06-02 16:00:56 +0000 |
commit | 1c03cd27d734174e3b400e700f4dc6d1b92f26e1 (patch) | |
tree | 23a1030e9f87a0b74c3a32dd9c639be3df18427e /multimedia | |
parent | d0926efc34871099be11bb60c2f2d18e91e48414 (diff) | |
download | pkgsrc-1c03cd27d734174e3b400e700f4dc6d1b92f26e1.tar.gz |
convert to options framework, noted by Geert Hendrickx
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer-share/Makefile.cflags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/Makefile.cflags b/multimedia/mplayer-share/Makefile.cflags index 69c4c9382e7..78ddb83a652 100644 --- a/multimedia/mplayer-share/Makefile.cflags +++ b/multimedia/mplayer-share/Makefile.cflags @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.cflags,v 1.1.1.1 2004/01/26 12:06:40 jmmv Exp $ +# $NetBSD: Makefile.cflags,v 1.2 2005/06/02 16:00:56 dillo Exp $ # This must be included after everything else to truly clear ${CFLAGS} # in the non-runtime-cpu-detection case. If ${CFLAGS} is non-empty, the # configure script refuses to add any optimizations at all. -.if ${MPLAYER_ENABLE_RUNTIME_CPU_DETECTION} == YES +.if !empty(PKG_OPTIONS:Mmplayer-runtime-cpudetection) . if ${MACHINE_ARCH} == i386 # Schedule for the typical machine fast enough to run mplayer. This # is nearly optimal for K6-2 as well. Anything slowler will still run |