summaryrefslogtreecommitdiffstats
path: root/graphics/pencil/files/patch-pencil.pro
blob: cf65c1069cbe870d4ad39343730e2a4283f57b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- pencil.pro.orig	2008-04-16 14:23:57.000000000 +0000
+++ pencil.pro	2008-04-16 14:19:45.000000000 +0000
@@ -86,5 +86,9 @@
 	SOURCES += src/external/linux/linux.cpp
 	LIBS += -Lliblinux -lming -lpng
 }
+freebsd-g++ {
+	SOURCES += src/external/freebsd/freebsd.cpp
+	LIBS += -lming -lpng
+}
 RESOURCES += pencil.qrc
 QT += xml opengl
OpenPOWER on IntegriCloud