diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 10:37:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 10:37:52 +0000 |
commit | 0c1ab4538d54b087595d7a8f16514d04dd1f2797 (patch) | |
tree | f21783e8475252a14a9c27324eab07a32b8db432 /databases/sqlclient | |
parent | d427e266d87c72ff1f7acd0f62dd7986a0f10f93 (diff) |
- cleanup ADDITIONAL_LIB_DIRS
Notes
Notes:
svn path=/head/; revision=237172
Diffstat (limited to 'databases/sqlclient')
-rw-r--r-- | databases/sqlclient/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/sqlclient/Makefile b/databases/sqlclient/Makefile index 76a319aa45f8..31a5b2506333 100644 --- a/databases/sqlclient/Makefile +++ b/databases/sqlclient/Makefile @@ -33,7 +33,6 @@ USE_MYSQL=yes USE_SQLITE=yes CFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} DEFAULT_LIBVERSION= 1.3 |