diff options
-rw-r--r-- | games/apricots/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/apricots/Makefile b/games/apricots/Makefile index 8616d8fb4a8b..f2a527ced19d 100644 --- a/games/apricots/Makefile +++ b/games/apricots/Makefile @@ -39,13 +39,14 @@ USE_OPENAL= al alut .endif post-patch: + @${CP} -pP ${WRKSRC}/configure.in ${WRKSRC}/configure.in.in .if ${PORT_OPTIONS:MOPENAL} @${REINPLACE_CMD} -e '/^LIBS = / s|$$| -lopenal -lalut|' \ ${WRKSRC}/apricots/Makefile.in .else @${REINPLACE_CMD} -e 's|-DAP_AUDIO_OPENAL||' ${WRKSRC}/configure .endif - @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure ${WRKSRC}/ac*.m4 .if ${PORT_OPTIONS:MDOCS} post-install: |