Import science/epte version 2.0.8
[dports.git] / science / epte / dragonfly / patch-makefile
1 --- makefile.intermediate       2016-07-10 11:17:09 UTC
2 +++ makefile
3 @@ -340,7 +340,7 @@ DISTNAME = [system]
4  LIBS = -lcursesX -o epte
5  #endif
6  # Use ncurses library for linux & FreeBSD
7 -#if defined(linux) || defined(__FreeBSD__)
8 +#if defined(linux) || defined(__FreeBSD__) || defined(__DragonFly__)
9  LIBS = -lncurses -o epte
10  #endif
11  
12 @@ -354,7 +354,7 @@ DOES = do_bondeng.o do_attributes.o do_c
13  
14  
15  epte : $(MAIN) $(FILLS) $(DOES) 
16 -       $(CC) $(MAIN) $(FILLS) $(DOES) $(LIBS)
17 +       $(CC) $(MAIN) $(FILLS) $(DOES) $(LDFLAGS) $(LIBS)
18  
19  clean: 
20         rm -f *.o