mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
The move of X11 to /usr/local broke the compilation of acm if netpbm
is installed (pm.h from netpbm was used instead of the port's unrelated local pm.h). If this port does not compile with gcc-4, this is due to conflicting declarations of the RPC server interface generated by rpcgen (statis vs. non-static). This breakage must be fixed in rpcgen. Approved by: portmgr
This commit is contained in:
parent
a6cad36bb5
commit
aef59cd244
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191571
@ -1,15 +1,17 @@
|
||||
*** src/Makefile.in~ Wed Dec 9 22:53:42 1998
|
||||
--- src/Makefile.in Mon Feb 1 18:05:00 1999
|
||||
***************
|
||||
*** 18,22 ****
|
||||
TOPDIR = ..
|
||||
CLEAN_THESE = flight-state black_box_input black_box_output bitmap.h TAGS tags
|
||||
! manext = 1
|
||||
MAKEDEPEND = makedepend
|
||||
|
||||
--- 18,22 ----
|
||||
TOPDIR = ..
|
||||
CLEAN_THESE = flight-state black_box_input black_box_output bitmap.h TAGS tags
|
||||
! manext = 6
|
||||
MAKEDEPEND = makedepend
|
||||
|
||||
--- src/Makefile.in~ Wed Dec 9 21:53:42 1998
|
||||
+++ src/Makefile.in Sun May 20 10:32:43 2007
|
||||
@@ -17,12 +17,12 @@
|
||||
-I../dis
|
||||
TOPDIR = ..
|
||||
CLEAN_THESE = flight-state black_box_input black_box_output bitmap.h TAGS tags
|
||||
- manext = 1
|
||||
+ manext = 6
|
||||
MAKEDEPEND = makedepend
|
||||
|
||||
PROGRAMS = acm
|
||||
DEFINES = -DSRCDIR=\"$(srcdir)\" -DACM_LIBRARY=\"@OBVDIR@\"
|
||||
- CFLAGS = $(DEFINES) @CFLAGS@ @DEFS@ $(STD_INCLUDES)
|
||||
+ CFLAGS = $(STD_INCLUDES) $(DEFINES) @CFLAGS@ @DEFS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
SRCS = main.c pm.c gear.c flaps.c drone.c init.c aim9m.c box.c \
|
||||
aim120.c ccip.c \
|
||||
|
Loading…
Reference in New Issue
Block a user