summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-08 17:40:50 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-08 17:40:50 +0800
commit17a005e51386e718642417ecf0fb00436f40b7e2 (patch)
tree6a51cdc63bf0d193f71a382cf320b999faa15a3f /graphics
parentccff2ec3f317bda7e9c03ba296749e1dd1397a0d (diff)
downloadmarcuscom-ports-17a005e51386e718642417ecf0fb00436f40b7e2.tar
marcuscom-ports-17a005e51386e718642417ecf0fb00436f40b7e2.tar.gz
marcuscom-ports-17a005e51386e718642417ecf0fb00436f40b7e2.tar.bz2
marcuscom-ports-17a005e51386e718642417ecf0fb00436f40b7e2.tar.lz
marcuscom-ports-17a005e51386e718642417ecf0fb00436f40b7e2.tar.xz
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')
-rw-r--r--graphics/cairo/Makefile4
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