summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-25 18:25:25 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-25 18:26:40 (GMT)
commit23ed531a860c4fdbe91ffca0846022d79cec2a2e (patch)
tree1506df9c095699630361e890872386eaf5a47fd9 /src
parent42cb8e44ecf9ca920f87d64b251e8db88726fd19 (diff)
downloadmxe-23ed531a860c4fdbe91ffca0846022d79cec2a2e.zip
mxe-23ed531a860c4fdbe91ffca0846022d79cec2a2e.tar.gz
mxe-23ed531a860c4fdbe91ffca0846022d79cec2a2e.tar.bz2
Revert "libcaca: use pkg-config --static"
This reverts commit 42975a1b0c881a800a162a99bf8f57d0996ac0b8.
Diffstat (limited to 'src')
-rw-r--r--src/libcaca.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libcaca.mk b/src/libcaca.mk
index 0d8233d..221ed9f 100644
--- a/src/libcaca.mk
+++ b/src/libcaca.mk
@@ -22,9 +22,7 @@ define $(PKG)_BUILD
$(if $(BUILD_STATIC), \
$(SED) -i 's/__declspec(dllimport)//' '$(1)/caca/caca.h'; \
$(SED) -i 's/__declspec(dllimport)//' '$(1)/caca/caca0.h')
- # Somehow glut *requires* -lopengl32 etc. even if it's built as shared
- cd '$(1)' && PKG_CONFIG='$(TARGET)-pkg-config --static' \
- ./configure \
+ cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-csharp \
--disable-java \