1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

I added -g to CFLAGS by error - remove it

This commit is contained in:
Oliver Lehmann 2005-05-23 22:31:24 +00:00
parent 9e01a15a9e
commit 8e8d41df93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135993

View File

@ -28,7 +28,7 @@ USE_GMAKE= yes
USE_XPM= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" CFLAGS="${CFLAGS} -g"
CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib"
MAKE_ENV= verbose=yes
INSTALLS_SHLIB= yes