1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/lang/phantomjs/files/patch-src-phantomjs.pro
2017-01-29 19:11:35 +00:00

11 lines
197 B
Prolog

--- src/phantomjs.pro.orig 2016-01-24 18:24:05 UTC
+++ src/phantomjs.pro
@@ -97,3 +97,7 @@ win32-msvc* {
openbsd* {
LIBS += -L/usr/X11R6/lib
}
+
+freebsd* {
+ LIBS += -L/usr/local/lib
+}