Author: pebender
Date: Sat Nov 8 21:43:40 2008
New Revision: 3934
Modified:
trunk/gar-minimyth/script/mediaplayers/xine-ui/Makefile
Log:
- Removed hacks mediaplayers/xine-ui that do not appear to be needed any
longer.
Modified: trunk/gar-minimyth/script/mediaplayers/xine-ui/Makefile
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/xine-ui/Makefile (original)
+++ trunk/gar-minimyth/script/mediaplayers/xine-ui/Makefile Sat Nov 8
21:43:40 2008
@@ -17,26 +17,21 @@
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
- --cache-file=config.cache \
--x-includes=$(DESTDIR)$(includedir) \
--x-libraries=$(DESTDIR)$(libdir) \
+ --disable-rpath \
--with-gnu-ld \
- --with-xine-prefix=$(DESTDIR)$(prefix) \
- --with-xine-exec-prefix=$(DESTDIR)$(prefix) \
--with-x \
--without-readline \
- --with-aalib-prefix=$(DESTDIR)$(prefix) \
- --with-aalib-exec-prefix=$(DESTDIR)$(prefix)
+ --without-curl \
+ --without-aalib \
+ --without-caca
include ../../gar.mk
pre-configure:
@cd $(WORKSRC) ; autoreconf --verbose --install --force
@$(call FIX_LIBTOOL,$(WORKSRC)/configure)
- @echo "`echo ac_cv_file_$(DESTDIR)$(libdir)/liblirc_client.a | sed
-e 's%[^a-zA-Z0-9]%_%g'`=yes" > $(WORKSRC)/config.cache
-
@echo "ac_cv_path_CURL_CONFIG=no"
>> $(WORKSRC)/config.cache
-
@echo "ac_cv_path_AALIB_CONFIG=no"
>> $(WORKSRC)/config.cache
-
@echo "ac_cv_path_CACA_CONFIG=no"
>> $(WORKSRC)/config.cache
@$(MAKECOOKIE)
clean-all:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---