--- Makefile.orig Fri Nov 8 11:50:29 2002 +++ Makefile Wed Dec 25 15:38:45 2002 @@ -17,11 +17,11 @@ endif %.o : %.c - $(CC) $(CFLAGS) `sdl-config --cflags` -c -o $@ $< + $(CC) $(CFLAGS) `$(SDL_CONFIG) --cflags` -c -o $@ $< $(NAME) : $(OBJS) cd data; $(MAKE) - $(CC) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng \ + $(CC) $(CFLAGS) $(OBJS) data/libdata.a `$(SDL_CONFIG) --libs` -lm -lpng \ -ljpeg -lz -lvorbisfile -lvorbis -logg -o $(NAME) w32icon.o : data/icons/tuxpuck.ico reebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/birthday
Commit message (Expand)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
* - Fix build on 64 bit platformsmiwi2007-11-231-0/+20
* - Add SHA256pav2005-11-261-0/+1
* Drop patchesvs2005-10-263-94/+12
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Use tabs, not spaces.trevor2004-03-191-6/+6
* Niek Bergboer no longer wants to maintain this.trevor2004-03-191-1/+1
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1