You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
da2a782e90
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@99164 d073be05-634f-4543-b044-5fe20cf6d1d6
46 lines
1.2 KiB
Diff
46 lines
1.2 KiB
Diff
--- config.default.orig 2012-06-15 16:31:23.000000000 -0500
|
|
+++ config.default 2012-10-28 17:17:57.000000000 -0500
|
|
@@ -6,12 +6,12 @@
|
|
#BACKEND = allegro
|
|
#BACKEND = gdi
|
|
#BACKEND = opengl
|
|
-#BACKEND = sdl
|
|
+BACKEND = sdl
|
|
#BACKEND = mixer_sdl
|
|
#BACKEND = posix
|
|
|
|
#COLOUR_DEPTH = 0
|
|
-#COLOUR_DEPTH = 16
|
|
+COLOUR_DEPTH = 16
|
|
|
|
#OSTYPE = amiga
|
|
#OSTYPE = beos
|
|
@@ -20,10 +20,10 @@
|
|
#OSTYPE = haiku
|
|
#OSTYPE = linux
|
|
#OSTYPE = mingw
|
|
-#OSTYPE = mac
|
|
+OSTYPE = mac
|
|
|
|
-#DEBUG = 3 # Level 1-3, higher number means more debug-friendly, see Makefile
|
|
-#OPTIMISE = 1 # Add umpteen optimisation flags
|
|
+DEBUG = 3 # Level 1-3, higher number means more debug-friendly, see Makefile
|
|
+OPTIMISE = 1 # Add umpteen optimisation flags
|
|
#PROFILE = 1 # Enable profiling
|
|
#PROFILE = 2 # Enable profiling with optimisation flags, can be used with `OPTIMISE = 1'
|
|
|
|
@@ -36,10 +36,10 @@
|
|
|
|
# Define these as empty strings, if you don't have the respective config program
|
|
#ALLEGRO_CONFIG = allegro-config
|
|
-#PNG_CONFIG = pkg-config libpng
|
|
-#SDL_CONFIG = sdl-config
|
|
+PNG_CONFIG = pkg-config libpng
|
|
+SDL_CONFIG = sdl-config
|
|
|
|
-#VERBOSE = 1
|
|
+VERBOSE = 1
|
|
|
|
# The following useful conditional compilation flags exist
|
|
#
|