SHA256
1
0
forked from pool/doxygen
doxygen/doxywizard-1.5.3-makefile.patch

18 lines
496 B
Diff

--- addon/doxywizard/Makefile.doxywizard
+++ addon/doxywizard/Makefile.doxywizard
@@ -20,11 +20,11 @@
CC = cc
CXX = c++
CFLAGS = -pipe -Wall -W -g
-CXXFLAGS= -pipe -D__FreeBSD__=6 -Wall -W -g
+CXXFLAGS= -pipe -Wall -W -g
INCPATH = -I../../src -I$(QTDIR)/include
LINK = c++
-LFLAGS = -Wl,-search_paths_first
-LIBS = -framework CoreFoundation -framework ApplicationServices -liconv -L$(QTDIR)/lib -lqt-mt
+LFLAGS =
+LIBS = -L$(QTDIR)/lib -lqt-mt
MOC = /Developer/qt/bin/moc
TAR = tar -cf