comparison debian/rules @ 11407:38ef94bea3b8

--disable-mp1e is long obsolete.
author diego
date Fri, 07 Nov 2003 09:57:06 +0000
parents 230d73616bbc
children 1856b9bfdc09
comparison
equal deleted inserted replaced
11406:b352fe84ce64 11407:38ef94bea3b8
7 7
8 package := mplayer 8 package := mplayer
9 prefix := $(shell pwd)/debian/$(package) 9 prefix := $(shell pwd)/debian/$(package)
10 10
11 arch := $(shell dpkg --print-architecture) 11 arch := $(shell dpkg --print-architecture)
12
13 ifeq ($(arch),powerpc)
14 arch-conf += --disable-mp1e
15 endif
16 12
17 13
18 configure: configure-stamp 14 configure: configure-stamp
19 configure-stamp: 15 configure-stamp:
20 dh_testdir 16 dh_testdir