diff options
Diffstat (limited to 'graphics/fraqtive/files/patch-src__src.pro')
-rw-r--r-- | graphics/fraqtive/files/patch-src__src.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/fraqtive/files/patch-src__src.pro b/graphics/fraqtive/files/patch-src__src.pro new file mode 100644 index 000000000000..f3012fba95e0 --- /dev/null +++ b/graphics/fraqtive/files/patch-src__src.pro @@ -0,0 +1,13 @@ +--- src/src.pro 2009/12/15 17:10:52 64 ++++ src/src.pro 2012/04/03 22:32:00 74 +@@ -154,6 +154,10 @@ + LIBS += -lshell32 + } + ++unix { ++ LIBS += -lGLU ++} ++ + MOC_DIR = ../tmp + RCC_DIR = ../tmp + UI_DIR = ../tmp |