mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
11 lines
387 B
Text
11 lines
387 B
Text
--- makefile.orig 2018-10-31 22:21:03 UTC
|
|
+++ makefile
|
|
@@ -2,7 +2,7 @@ include commands.mk
|
|
|
|
OPTS := -O2
|
|
CFLAGS := -std=c99 $(OPTS) $(shell imlib2-config --cflags) -fPIC -Wall
|
|
-LDFLAGS := $(shell imlib2-config --libs) -lwebp
|
|
+LDFLAGS := $(shell imlib2-config --libs) $(shell pkg-config --libs libwebp)
|
|
|
|
SRC = $(wildcard *.c)
|
|
OBJ = $(foreach obj, $(SRC:.c=.o), $(notdir $(obj)))
|