From edd070b3fbc2eccfd32aaea59c6225e237c8130e Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 24 Oct 2011 16:54:48 +0000 Subject: [PATCH] Use standard wx-config command instead of FreeBSD port-specific one. (This will require tweakage at some point) --- src/sbbs3/userlist/userlist.cbp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/userlist/userlist.cbp b/src/sbbs3/userlist/userlist.cbp index 08aea03f1a..b967f58b0f 100644 --- a/src/sbbs3/userlist/userlist.cbp +++ b/src/sbbs3/userlist/userlist.cbp @@ -40,10 +40,10 @@ </Build> <Compiler> <Add option="-Wall" /> - <Add option="`wxgtk2u-2.8-config --cflags`" /> + <Add option="`wx-config --cflags`" /> </Compiler> <Linker> - <Add option="`wxgtk2u-2.8-config --libs`" /> + <Add option="`wx-config --libs`" /> </Linker> <Unit filename="../ars.c"> <Option compilerVar="CC" /> -- GitLab