diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-14 17:42:12 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-14 17:42:12 +0800 |
commit | 1dd5197b6724214c4d5582998a39e18e6d2e1cc6 (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/guichan | |
parent | 34203bf55d9ef549ff2497b652af3eaa18292110 (diff) | |
download | freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.gz freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.zst freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.zip |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
Diffstat (limited to 'devel/guichan')
-rw-r--r-- | devel/guichan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index f5fb16538aef..08274a84abee 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -21,7 +21,7 @@ USE_LDCONFIG= yes USE_GNOME= gnomehack CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS= SDL "Enable SDL support" On \ ALLEGRO "Enable Allegro support" Off \ |