summarylogtreecommitdiffstats
path: root/Makefile.config.patch
diff options
context:
space:
mode:
authorL.G. Sarmiento2020-12-08 16:16:11 +0100
committerL.G. Sarmiento2020-12-08 16:16:11 +0100
commit0d27e780e8d7869e63c65f1fe234776de4d5ee9a (patch)
tree8820328a3738a0f8c3ddd6949a79c146e15fe803 /Makefile.config.patch
parent71a062064d30c3cca514eed7d34ac66423d8b817 (diff)
downloadaur-0d27e780e8d7869e63c65f1fe234776de4d5ee9a.tar.gz
compiles again, 2020-12-08. root 6.22.02-6
Diffstat (limited to 'Makefile.config.patch')
-rw-r--r--Makefile.config.patch16
1 files changed, 12 insertions, 4 deletions
diff --git a/Makefile.config.patch b/Makefile.config.patch
index dfbae65bfa74..bdc053594808 100644
--- a/Makefile.config.patch
+++ b/Makefile.config.patch
@@ -1,6 +1,14 @@
--- src/go4-6.0.0/Makefile.config 2019-10-25 12:45:46.709957747 +0200
-+++ Makefile.config 2019-11-22 18:15:33.517213237 +0100
-@@ -130,7 +130,7 @@
++++ Makefile.config 2019-12-19 21:09:15.698546160 +0100
+@@ -78,6 +78,7 @@
+ endif
+ endif
+
++INCLUDES += -I/usr/include
+
+ ifdef USEHDF5
+ INCLUDES += -I$(HDF5INCLUDEPATH)
+@@ -130,7 +131,7 @@
QMAKEOPTFLAG = "CONFIG+=release"
@@ -9,7 +17,7 @@
ifeq ($(GO4_OS),Win32)
QMAKEFLAGS += "INCLUDEPATH+=$(shell cygpath -w $(ROOTINCPATH))" "DEPENDPATH+=$(shell cygpath -w $(ROOTINCPATH))"
-@@ -277,7 +277,7 @@
+@@ -277,7 +278,7 @@
-lMinuit \
$(if $(USESPECTRUM),-lSpectrum,) \
$(if $(USEXMLIO),-lXMLIO,) \
@@ -18,7 +26,7 @@
ifneq ($(USERT),false)
LIBS_BASESET += -lrt
-@@ -296,7 +296,7 @@
+@@ -296,7 +297,7 @@
$(if $(USEDIM),-L$(DIMLIBPATH) -ldim,) \
$(if $(LINKX11),-L/usr/X11R6/lib/ -lX11,) \
$(if $(GO4_X11),-L/usr/lib/ -lX11,) \