summaryrefslogtreecommitdiff
path: root/frontends/cocoa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/Makefile')
-rw-r--r--frontends/cocoa/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/frontends/cocoa/Makefile b/frontends/cocoa/Makefile
index 7fdefdf1a..2b98353f0 100644
--- a/frontends/cocoa/Makefile
+++ b/frontends/cocoa/Makefile
@@ -23,14 +23,8 @@ CXXFLAGS := $(SDK_FLAGS) $(CXXFLAGS)
# for timerisset()
CFLAGS += -D_DARWIN_C_SOURCE
-LDFLAGS += -L/usr/lib
-LDFLAGS += -L/usr/X11/lib
-LDFLAGS += -lm -lcurl
-LDFLAGS += -lssl -lcrypto
-
CFLAGS += -Dnscocoa -D_BSD_SOURCE -D_POSIX_C_SOURCE -std=c99 -fobjc-arc
-CFLAGS += -I/usr/X11/include
CFLAGS += -include cocoa/Prefix.pch
VERSION_FULL := $(shell sed -n '/_version.*=.*"/{s/.*"\(.*\)".*/\1/;p;}' desktop/version.c)