mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
- Add LICENSE_FILE - Convert to new options helper - Convert to new options target helper - Convert to new test framework - Remove EXTRACT_AFTER_ARGS - Sort USES - Use USES=shebangfix - Repack test tarball - Cosmetic change - Split and rename patch files - Regenerate patch files with makepatch: - Update WWW - Add git repository to WWW - Take maintainership Changes: http://git.ghostscript.com/?p=jbig2dec.git;a=blob;f=CHANGES;hb=HEAD
11 lines
292 B
Text
11 lines
292 B
Text
--- configure.ac.orig 2014-10-31 21:30:04.000000000 +0800
|
|
+++ configure.ac 2015-12-04 15:15:55.027124992 +0800
|
|
@@ -140,8 +140,6 @@
|
|
AC_DEFINE(HAVE_GETOPT_LONG,,
|
|
[Define if the local libc includes getopt_long()]
|
|
),[
|
|
- AC_LIBOBJ([getopt])
|
|
- AC_LIBOBJ([getopt1])
|
|
])
|
|
|
|
# generate output
|