85a125dae9
- use tmake in ports (noticed by okan@) - hack to strip a path prefix when generating md5 sum of source dir. ok simon@, landry@
20 lines
743 B
Plaintext
20 lines
743 B
Plaintext
$OpenBSD: patch-addon_doxywizard_doxywizard_pro_in,v 1.2 2008/01/06 10:02:59 eric Exp $
|
|
--- addon/doxywizard/doxywizard.pro.in.orig Sat Sep 1 21:20:16 2007
|
|
+++ addon/doxywizard/doxywizard.pro.in Mon Dec 24 20:32:07 2007
|
|
@@ -46,13 +46,13 @@ SOURCES = doxywizard.cpp \
|
|
portable.cpp
|
|
|
|
# where to put the objects
|
|
-OBJECTS_DIR = obj
|
|
|
|
# where to put the intermediate moc stuff
|
|
MOC_DIR = moc
|
|
|
|
# extra C++ compiler options
|
|
-INCLUDEPATH += ../../src
|
|
+INCLUDEPATH += ../../src $(LOCALBASE)/lib/qt3/include
|
|
+TMAKE_LIBS += -pthread -liconv
|
|
win32:TMAKE_CXXFLAGS += -DQT_DLL
|
|
win32:INCLUDEPATH += .
|
|
macosx-c++:LIBS+=-framework CoreFoundation -framework ApplicationServices
|