summaryrefslogtreecommitdiffstats
path: root/emulators/basiliskII
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2003-02-03 12:01:56 +0000
committersobomax <sobomax@FreeBSD.org>2003-02-03 12:01:56 +0000
commitbc8154a1fd73e49ca2f4533bccb4b4e43135f957 (patch)
tree4ea28eedda71fcedf6e98b1517fba4ed262aae33 /emulators/basiliskII
parentdfb6c8f1f4f824b6d97281c83dd786665e22a728 (diff)
downloadFreeBSD-ports-bc8154a1fd73e49ca2f4533bccb4b4e43135f957.zip
FreeBSD-ports-bc8154a1fd73e49ca2f4533bccb4b4e43135f957.tar.gz
Support PTHREAD_CFLAGS/PTHREAD_LIBS properly.
PR: 47318 Submitted by: Ports Fury
Diffstat (limited to 'emulators/basiliskII')
-rw-r--r--emulators/basiliskII/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile
index 0452a06..872759f 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
OpenPOWER on IntegriCloud