Update of emulators/vba to 1.7.1_2 (this time for real!) PR: ports/64612 Submitted by: No Name <arundel@gmx.net>
12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
--- src/Makefile.in.orig Sun Feb 1 16:00:50 2004
|
|
+++ src/Makefile.in Tue Feb 10 15:03:46 2004
|
|
@@ -157,7 +157,7 @@
|
|
|
|
|
|
VisualBoyAdvance_LDADD = gb/libgb.a @VBA_PROF@ @VBA_MMX@
|
|
-VisualBoyAdvance_LDFLAGS = `sdl-config --libs`
|
|
+VisualBoyAdvance_LDFLAGS = `${SDL_CONFIG} --libs`
|
|
|
|
TestEmu_SOURCES = \
|
|
TestEmu.cpp 2xSaI.cpp pixel.cpp motionblur.cpp admame.cpp \
|