[Pommed-commits] r467 - trunk/pommed
jblache at alioth.debian.org
jblache at alioth.debian.org
Sun May 18 11:11:59 UTC 2008
Author: jblache
Date: 2008-05-18 11:11:59 +0000 (Sun, 18 May 2008)
New Revision: 467
Modified:
trunk/pommed/Makefile
Log:
Support building on ppc64.
Modified: trunk/pommed/Makefile
===================================================================
--- trunk/pommed/Makefile 2008-05-18 10:12:11 UTC (rev 466)
+++ trunk/pommed/Makefile 2008-05-18 11:11:59 UTC (rev 467)
@@ -20,7 +20,7 @@
LDFLAGS = -pthread $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS)
-ifeq ($(ARCH), ppc)
+ifneq (, $(findstring ppc, $(ARCH)))
OFLIB ?=
SOURCES = pommed.c cd_eject.c evdev.c conffile.c audio.c \
More information about the Pommed-commits
mailing list