--- Makefile.orig Wed Jan 1 12:23:03 2003 +++ Makefile Wed Feb 18 08:55:16 2004 @@ -8,8 +8,8 @@ # the build process's behaviour, set it to "true" or "false" (w/o quotes). #-----------------------------------------------------------------------------# #cygwin := true -#cygwin := false -cygwin := autodetect +cygwin := false +#cygwin := autodetect # you only need to set these for Cygwin at the moment. SDL_INC_DIR = /cygdrive/c/SDL/include @@ -40,15 +40,15 @@ SDL_LDFLAGS := -L$(SDL_LIB_DIR) -lSDL endif else - SDL_CFLAGS := $(shell sdl-config --cflags) - SDL_LDFLAGS := $(shell sdl-config --libs) - EXTRACFLAGS += -DUSE_EXECINFO=1 + SDL_CFLAGS := $(shell ${SDL_CONFIG} --cflags) + SDL_LDFLAGS := $(shell ${SDL_CONFIG} --libs) +# EXTRACFLAGS += -DUSE_EXECINFO=1 endif -CC = gcc -CFLAGS = -g $(SDL_CFLAGS) -DUSE_SDL=1 -DPLATFORM_UNIX=1 -W -Wall -Wno-unused $(EXTRACFLAGS) -LDLIBS = $(SDL_LDFLAGS) -lSDL -lSDL_mixer $(EXTRALDFLAGS) -Wl,-E +#CC = gcc +CFLAGS += -g $(SDL_CFLAGS) -DUSE_SDL=1 -DPLATFORM_UNIX=1 -W -Wall -Wno-unused $(EXTRACFLAGS) +LDLIBS = $(SDL_LDFLAGS) -lSDL_mixer $(EXTRALDFLAGS) -Wl,-E all: rott le='freebsd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/rubrica
Commit message (Expand)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-0/+1
* - Update to 2.0.8miwi2010-01-223-35/+8
* - Update to 2.0.6miwi2009-10-046-23/+58
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-56/+57
* - Update to 0.11.0miwi2007-10-068-186/+186
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update to 1.0.17miwi2007-03-073-4/+6
* Update to 1.0.16miwi2006-12-223-6/+6
* * Update to 1.0.15marcus2006-09-04