[Pommed-commits] r374 - trunk/pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Fri Nov 16 16:18:40 UTC 2007


Author: jblache
Date: 2007-11-16 16:18:40 +0000 (Fri, 16 Nov 2007)
New Revision: 374

Modified:
   trunk/pommed/Makefile
Log:
Unbreak Makefile for PowerPC.


Modified: trunk/pommed/Makefile
===================================================================
--- trunk/pommed/Makefile	2007-11-16 16:18:06 UTC (rev 373)
+++ trunk/pommed/Makefile	2007-11-16 16:18:40 UTC (rev 374)
@@ -1,4 +1,4 @@
-#ARCH ?= $(shell uname -m)
+ARCH ?= $(shell uname -m)
 
 CC = gcc
 
@@ -17,7 +17,6 @@
 CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS)
 
 ifeq ($(ARCH), ppc)
-CFLAGS += -D__powerpc__
 OFLIB ?=
 
 LDFLAGS = -lz $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS)




More information about the Pommed-commits mailing list