pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/imlib2 Wrap complete options part in ifdef i386,



details:   https://anonhg.NetBSD.org/pkgsrc/rev/402fa40d28de
branches:  trunk
changeset: 495468:402fa40d28de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 10 18:14:23 2005 +0000

description:
Wrap complete options part in ifdef i386,
since there is only one option and that only on i386.
Fixes bulk build problem.

diffstat:

 graphics/imlib2/options.mk |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 599514e466de -r 402fa40d28de graphics/imlib2/options.mk
--- a/graphics/imlib2/options.mk        Fri Jun 10 18:11:57 2005 +0000
+++ b/graphics/imlib2/options.mk        Fri Jun 10 18:14:23 2005 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: options.mk,v 1.1 2005/05/31 21:36:36 wiz Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.imlib2
+# $NetBSD: options.mk,v 1.2 2005/06/10 18:14:23 wiz Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == "i386"
+PKG_OPTIONS_VAR=       PKG_OPTIONS.imlib2
 PKG_SUPPORTED_OPTIONS= mmx
-.endif
 
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mmmx)
 CONFIGURE_ARGS+=       --enable-mmx
 .endif
+.endif



Home | Main Index | Thread Index | Old Index