patch-gnurobbo_Makefile 635 B

12345678910111213
  1. $OpenBSD: patch-gnurobbo_Makefile,v 1.1.1.1 2015/12/10 06:56:06 bentley Exp $
  2. --- gnurobbo/Makefile.orig Mon Dec 7 06:01:14 2015
  3. +++ gnurobbo/Makefile Mon Dec 7 06:01:15 2015
  4. @@ -61,7 +61,7 @@ SDL_CONFIG?=sdl-config
  5. -CFLAGS+=-d -Wall `$(SDL_CONFIG) --cflags` -DPLATFORM_PC -DVERSION=\"$(VERSION)\" $(SMOOTH_SCRL) $(LIGHTNING)\
  6. +CFLAGS+=-Wall `$(SDL_CONFIG) --cflags` -DPLATFORM_PC -DVERSION=\"$(VERSION)\" $(SMOOTH_SCRL) $(LIGHTNING)\
  7. -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)\" $(FONT_USE_PIXMAP) $(MUSIC) $(DESIGNER)
  8. LDFLAGS=
  9. # Use these instead for debugging and/or profiling (mainly intended for GNU Robbo developers)