File ifd-gempc-1.0.0-makefile.diff of Package pcsc-gempc
--- GemPC410/Makefile +++ GemPC410/Makefile @@ -10,7 +10,7 @@ ifeq ($(CFLAGS),) CFLAGS = -O2 -g -Wall -fPIC -I. -I../common -DGEMPC=410 $(INCS) else -CFLAGS += -Wall -fPIC -I. -I../common -DGEMPC=410 $(INCS) +override CFLAGS += -Wall -fPIC -I. -I../common -DGEMPC=410 $(INCS) endif # /home/rousseau/sc/pcsc/i/ifd-gempc-0.5.10/GemPC410 -> 0.5.10 --- GemPC430/Makefile +++ GemPC430/Makefile @@ -12,7 +12,7 @@ ifeq ($(CFLAGS),) CFLAGS = -O2 -g -Wall -fPIC -I. -I../common -DGEMPC=430 $(INCS) else -CFLAGS += -Wall -fPIC -I. -I../common -DGEMPC=430 $(INCS) +override CFLAGS += -Wall -fPIC -I. -I../common -DGEMPC=430 $(INCS) endif LDFLAGS = $(LIBS) -lusb