diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-07 23:40:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-07 23:40:23 +0000 |
commit | 560d2eb0bf5f933214664a43ad5169397ea0dbff (patch) | |
tree | e61a78f0169c5b6d3db742a3a79532ae3afa9fab /graphics/kludge3d | |
parent | dcdd82a024e96cfa26ac85f4ccaa54fe053336b4 (diff) | |
download | ports-560d2eb0bf5f933214664a43ad5169397ea0dbff.tar.gz ports-560d2eb0bf5f933214664a43ad5169397ea0dbff.zip |
Notes
Diffstat (limited to 'graphics/kludge3d')
-rw-r--r-- | graphics/kludge3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index 3aadbd8862d5..e755bf14c91c 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -25,7 +25,7 @@ PLIST_FILES= bin/kludge3d CPPFLAGS+= -I${LOCALBASE}/include \ -I${PYTHON_INCLUDEDIR} ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib \ - -L${PYTHON_LIBDIR}/config ${PTHREAD_LIBS} + -L${PYTHON_LIBDIR}/config -lm ${PTHREAD_LIBS} NO_STAGE= yes post-patch: |