diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-03 12:01:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-03 12:01:56 +0000 |
commit | 4a09204c47be14db97f417199237f8b6bb9be1bb (patch) | |
tree | b54feff691afe103fdabf1b0a5ecb5e16867a102 /emulators/basiliskII | |
parent | d0f52e67f235b8b52c183a685532bba82564e753 (diff) | |
download | ports-4a09204c47be14db97f417199237f8b6bb9be1bb.tar.gz ports-4a09204c47be14db97f417199237f8b6bb9be1bb.zip |
Notes
Diffstat (limited to 'emulators/basiliskII')
-rw-r--r-- | emulators/basiliskII/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index 0452a06d6a61..872759f07184 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -23,9 +23,8 @@ USE_GNOME= esound gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" - -CFLAGS+= ${PTHREAD_CFLAGS} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAN1= BasiliskII.1 |