diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-25 17:54:04 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-25 17:54:04 +0000 |
commit | ded4d900e913e1cff0239dc16a1dc0353806bf11 (patch) | |
tree | 44f76f1f6f0af225c423c133d9a9eb4f6b20172b /graphics/fractorama/files | |
parent | 9de9945ffd116dd27d4d51b80048486208728799 (diff) |
Notes
Diffstat (limited to 'graphics/fractorama/files')
-rw-r--r-- | graphics/fractorama/files/patch-src::Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/fractorama/files/patch-src::Makefile b/graphics/fractorama/files/patch-src::Makefile index 044df47120f5..d7197ba6d9f4 100644 --- a/graphics/fractorama/files/patch-src::Makefile +++ b/graphics/fractorama/files/patch-src::Makefile @@ -1,21 +1,21 @@ ---- Makefile.orig Mon Apr 9 02:33:36 2001 -+++ Makefile Sun Apr 15 16:25:40 2001 -@@ -89,7 +89,7 @@ +--- Makefile.orig Fri Aug 23 14:07:34 2002 ++++ Makefile Fri Aug 23 14:11:13 2002 +@@ -92,7 +92,7 @@ endif QTROOT := ${UNIX_QTROOT} - PLATFORM_LIBS := -L${QTROOT}/lib -lqt -+ PLATFORM_LIBS := ${QTCFGLIBS} -lqt2 ++ PLATFORM_LIBS := -L${QTROOT}/lib -lqt-mt -pthread CPP := g++ WARN := -W -Wall LINK := ${CPP} -o ${EXE} -@@ -112,8 +113,7 @@ - LIBS := ${FRACT_LIBS} ${PLATFORM_LIBS} +@@ -121,7 +121,8 @@ OUT := ${OUT1}${OUT2} --MOC := ${QTROOT}/bin/moc + MOC := ${QTROOT}/bin/moc -INCLUDE := -I${QTROOT}/include \ -+INCLUDE := ${QTCPPFLAGS} \ ++INCLUDE := ${QTCPPFLCAGS} \ ++ -I${QTROOT}/include \ -Ilib/fractal \ -Ilib/tiff \ -Ilib/persist \ |