diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-08 17:40:50 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-08 17:40:50 +0800 |
commit | 17a005e51386e718642417ecf0fb00436f40b7e2 (patch) | |
tree | 6a51cdc63bf0d193f71a382cf320b999faa15a3f /graphics/cairo | |
parent | ccff2ec3f317bda7e9c03ba296749e1dd1397a0d (diff) | |
download | marcuscom-ports-17a005e51386e718642417ecf0fb00436f40b7e2.tar.gz marcuscom-ports-17a005e51386e718642417ecf0fb00436f40b7e2.tar.zst marcuscom-ports-17a005e51386e718642417ecf0fb00436f40b7e2.zip |
- Sync with ports.
Fix bogus CONFIGURE_ENV: PTHREAD_CLFAGS & _LDFLAGS don't exist
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3888 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index e3100f9cd..dbf8d327e 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -23,8 +23,8 @@ USE_GNOME= gnometarget gnomehack USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CLFAGS}" \ - LDFLAGS="${PTHREAD_LDFLAGS}" +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LDFLAGS="${PTHREAD_LIBS}" OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off |