forked from pool/doxygen
This commit is contained in:
committed by
Git OBS Bridge
parent
f95afaa64c
commit
c4b221d0f7
17
doxywizard-1.5.5-makefile.patch
Normal file
17
doxywizard-1.5.5-makefile.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
--- addon/doxywizard/Makefile.doxywizard
|
||||
+++ addon/doxywizard/Makefile.doxywizard
|
||||
@@ -20,11 +20,11 @@
|
||||
CC = cc
|
||||
CXX = c++
|
||||
CFLAGS = -pipe -Wall -W -g -DNODEBUG
|
||||
-CXXFLAGS= -pipe -D__FreeBSD__=6 -Wall -W -g -DNODEBUG
|
||||
+CXXFLAGS= -pipe -Wall -W -g -DNODEBUG
|
||||
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
|
Reference in New Issue
Block a user