diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /emulators | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse/Makefile | 4 | ||||
-rw-r--r-- | emulators/vba/Makefile | 3 | ||||
-rw-r--r-- | emulators/x48/Makefile | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 1a36b0d78220..72ada722c7de 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -21,8 +21,8 @@ USES= pkgconfig gmake USE_GNOME= libxml2 glib20 CONFIGURE_ARGS+=--without-alsa --without-joystick -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= AO ICONS ROMS OPTIONS_DEFAULT= ICONS GTK2 diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index de8dddc958f9..13b2197c3efd 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -19,10 +19,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USES= gettext gmake GNU_CONFIGURE= yes USE_SDL= sdl -CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" LIBS="-lintl" CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lintl WRKSRC= ${WRKDIR}/VisualBoyAdvance-${PORTVERSION} SUB_FILES= pkg-message diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 1f9898013101..18afd6e613ad 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -23,7 +23,7 @@ USE_AUTOTOOLS= aclocal autoheader automake autoconf AUTOMAKE_ARGS= --add-missing --copy -Wno-portability ACLOCAL_ARGS= # default args (--acdir=...) produce broken configure script CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LIBS=-lutil +LIBS+= -lutil USES= gmake pkgconfig USE_XORG= x11 xext xt NO_WRKSUBDIR= yes |