- fix buildwith custom LOCALBASE

Reported by:	QAT
This commit is contained in:
Dirk Meyer 2009-06-04 18:36:22 +00:00
parent 1c0418b8f7
commit e7978f243a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235171
3 changed files with 4 additions and 1 deletions

View file

@ -34,6 +34,7 @@ USE_GNOME+= esound
WRKSRC= ${WRKDIR}/cynthiune.app-${PORTVERSION}
ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/Frameworks/Cynthiune/Cynthiune.framework/Versions/Current
ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
MAKE_FLAGS= disable-windowsmedia=yes debug=no

View file

@ -33,7 +33,7 @@ USE_MYSQL=yes
USE_SQLITE=yes
CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
ADDITIONAL_LIB_DIRS+= -L${LOCLABASE}/lib
ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
DEFAULT_LIBVERSION= 1.3

View file

@ -22,4 +22,6 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>