]> git.pld-linux.org Git - packages/xephem.git/commitdiff
- link Xm dynamically
authorhavner <havner@pld-linux.org>
Sat, 22 Jul 2006 15:41:10 +0000 (15:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xephem-makefile.patch -> 1.1

xephem-makefile.patch [new file with mode: 0644]

diff --git a/xephem-makefile.patch b/xephem-makefile.patch
new file mode 100644 (file)
index 0000000..971ad71
--- /dev/null
@@ -0,0 +1,11 @@
+--- xephem-3.7.1.orig/GUI/xephem/Makefile      2005-11-18 14:43:09.000000000 +0100
++++ xephem-3.7.1/GUI/xephem/Makefile   2006-07-22 18:28:04.305473250 +0200
+@@ -34,7 +34,7 @@
+ CLDFLAGS = -g
+ CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/usr/X11R6/include
+ LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib
+-XLIBS = $(MOTIFL)/libXm.a -lXp -lXt -lXext -lSM -lICE -lXmu -lX11
++XLIBS = -lXm -lXp -lXt -lXext -lSM -lICE -lXmu -lX11
+ LIBS = $(XLIBS) $(LIBLIB) -lm
+ # MKS Enterprise toolkit
This page took 0.107099 seconds and 4 git commands to generate.